fix: 修复更新antd后的导航图标样式异常
This commit is contained in:
parent
8c71fbd5a2
commit
58c9dc0dba
@ -17,7 +17,7 @@ export const MobileLink = () => {
|
|||||||
background: none;
|
background: none;
|
||||||
color: rgba(255, 255, 255, 0.65) !important;
|
color: rgba(255, 255, 255, 0.65) !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
@ -74,7 +74,7 @@ export const Notifications = () => {
|
|||||||
background: none;
|
background: none;
|
||||||
color: rgba(255, 255, 255, 0.65) !important;
|
color: rgba(255, 255, 255, 0.65) !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user