fix: 修复更新antd后的导航图标样式异常
This commit is contained in:
parent
8c71fbd5a2
commit
58c9dc0dba
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user