Browse Source

fix menu selected color

pull/1309/head
afc163 9 years ago
parent
commit
cde363ab23
  1. 3
      style/components/menu.less

3
style/components/menu.less

@ -68,6 +68,9 @@
color: @primary-color;
// fix chrome render bug
transform: translateZ(0);
> a {
color: @primary-color;
}
}
&-inline,

Loading…
Cancel
Save