Browse Source

Fix dark menu popup animation

pull/8292/head
afc163 7 years ago
parent
commit
dada590d2d
  1. 4
      components/menu/style/index.less

4
components/menu/style/index.less

@ -504,6 +504,10 @@
}
}
&-dark&-submenu-popup {
background: transparent;
}
&-dark &-inline&-sub {
background: @menu-dark-submenu-bg;
box-shadow: 0 2px 8px rgba(0, 0, 0, .45) inset;

Loading…
Cancel
Save