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;
color: @menu-item-color;
&:hover {
@ -289,6 +290,10 @@
bottom: -2px;
}
}
&-selected > a {
color: @menu-highlight-color;
}
}
&:after {
content: "\20";

Loading…
Cancel
Save