style: fix hightlight link color in menu item

pull/10507/head
afc163 7 years ago
parent 6e0865f691
commit 09d5e36cfa

@ -279,14 +279,19 @@
} }
} }
> .@{menu-prefix-cls}-item > a { > .@{menu-prefix-cls}-item {
display: block; > a {
color: @menu-item-color; display: block;
&:hover { color: @menu-item-color;
color: @menu-highlight-color; &:hover {
color: @menu-highlight-color;
}
&:before {
bottom: -2px;
}
} }
&:before { &-selected > a {
bottom: -2px; color: @menu-highlight-color;
} }
} }

Loading…
Cancel
Save