style: fix hightlight link color in menu item

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

@ -279,7 +279,8 @@
} }
} }
> .@{menu-prefix-cls}-item > a { > .@{menu-prefix-cls}-item {
> a {
display: block; display: block;
color: @menu-item-color; color: @menu-item-color;
&:hover { &:hover {
@ -289,6 +290,10 @@
bottom: -2px; bottom: -2px;
} }
} }
&-selected > a {
color: @menu-highlight-color;
}
}
&:after { &:after {
content: "\20"; content: "\20";

Loading…
Cancel
Save