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; display: block;
color: @text-color; color: @text-color;
&:hover { &:hover {
color: @text-color; color: @primary-color;
} }
&:before { &:before {
position: absolute; position: absolute;