Fix menu item hover color

This commit is contained in:
afc163 2016-12-05 16:15:22 +08:00
parent 9006d74034
commit 03eff769be

View File

@ -46,7 +46,7 @@
display: block;
color: @text-color;
&:hover {
color: @text-color;
color: @primary-color;
}
&:before {
position: absolute;