...
|
...
|
@@ -71,9 +71,10 @@ |
71
|
71
|
line-height: 32px;
|
72
|
72
|
border-radius: 4px;
|
73
|
73
|
|
74
|
|
- &:hover {
|
|
74
|
+ &:hover,
|
|
75
|
+ &:not(.ant-menu-item-selected):hover {
|
75
|
76
|
color: inherit;
|
76
|
|
- background-color: @N3;
|
|
77
|
+ background-color: @N3 !important;
|
77
|
78
|
}
|
78
|
79
|
}
|
79
|
80
|
|
...
|
...
|
|