Fix menu selected style, close #1400

This commit is contained in:
afc163 2016-04-13 14:46:08 +08:00
parent f75deafc6e
commit 9bf46404bb

View File

@ -69,6 +69,10 @@
color: @primary-color;
// fix chrome render bug
transform: translateZ(0);
> a,
> a:hover {
color: @primary-color;
}
}
&-inline,
@ -346,6 +350,10 @@
background-color: @primary-color;
color: #fff;
transform: translateZ(0);
> a,
> a:hover {
color: #fff;
}
}
&-dark &-item-active,