From f41b1db572582a7c57496f3e6c73e54550af95e7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 5 Nov 2018 12:01:17 +0800 Subject: [PATCH] update default menu background --- components/style/themes/default.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index b7c3107ffb..29b92966df 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -320,7 +320,7 @@ @menu-inline-toplevel-item-height: 40px; @menu-item-height: 40px; @menu-collapsed-width: 80px; -@menu-bg: @component-background; +@menu-bg: transparent; @menu-item-color: @text-color; @menu-highlight-color: @primary-color; @menu-item-active-bg: @item-active-bg;