Browse Source

Fix menu selected style, close #1400

pull/1437/head
afc163 9 years ago
parent
commit
9bf46404bb
  1. 8
      style/components/menu.less

8
style/components/menu.less

@ -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,

Loading…
Cancel
Save