Browse Source

Fix the style of horizontal menu on dark theme

pull/11409/head
hongxuWei 6 years ago
committed by 偏右
parent
commit
f796618a15
  1. 1
      components/menu/style/dark.less

1
components/menu/style/dark.less

@ -32,6 +32,7 @@
border-color: @menu-dark-bg;
border-bottom: 0;
top: 0;
margin-top: 0;
}
&-dark&-horizontal > &-item > a:before {

Loading…
Cancel
Save