From dada590d2dbd06be3a3013dba8a2abbcf4c2f62f Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 22 Nov 2017 17:29:17 +0800 Subject: [PATCH] Fix dark menu popup animation --- components/menu/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 9e8a084206..7a67a01797 100644 --- a/components/menu/style/index.less +++ b/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;