Merge pull request 'fix: 修复更新antd后的导航图标样式异常' (#608) from fix-menuButton-style into dev
Reviewed-on: daoyoucloud/tachycode#608
This commit is contained in:
commit
d5cb341885
@ -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