Browse Source

Fix dark menu small style issue, close #11299

pull/11314/head
afc163 6 years ago
parent
commit
57c072d1b8
  1. 3
      components/menu/style/dark.less

3
components/menu/style/dark.less

@ -24,13 +24,14 @@
}
&-dark&-horizontal {
border-bottom-color: @menu-dark-bg;
border-bottom: 0;
}
&-dark&-horizontal > &-item,
&-dark&-horizontal > &-submenu {
border-color: @menu-dark-bg;
border-bottom: 0;
top: 0;
}
&-dark&-horizontal > &-item > a:before {

Loading…
Cancel
Save