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