Browse Source

use highlight var on vertical menu (#9169)

pull/9225/head
George Gray 7 years ago
committed by 偏右
parent
commit
d19fa740c7
  1. 2
      components/menu/style/index.less

2
components/menu/style/index.less

@ -223,7 +223,7 @@
> .@{menu-prefix-cls}-submenu-title:hover .@{menu-prefix-cls}-submenu-arrow {
&:after,
&:before {
background: linear-gradient(to right, @primary-color, @primary-color);
background: linear-gradient(to right, @menu-highlight-color, @menu-highlight-color);
}
}
}

Loading…
Cancel
Save