Merge pull request 'fix: 修复更新antd后的导航图标样式异常' (#608) from fix-menuButton-style into dev

Reviewed-on: daoyoucloud/tachycode#608
This commit is contained in:
sealday 2024-04-07 13:27:51 +08:00
commit d5cb341885
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export const MobileLink = () => {
background: none;
color: rgba(255, 255, 255, 0.65) !important;
&:hover {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1) !important;
}
}
a {

View File

@ -74,7 +74,7 @@ export const Notifications = () => {
background: none;
color: rgba(255, 255, 255, 0.65) !important;
&:hover {
background: rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.1) !important;
}
}
a {