From ae3de6aedbf9bc096a032e79e3a38c698f24889b Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 18 Dec 2018 10:21:31 +0800 Subject: [PATCH] fix Menu style --- src/styles/components/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/menu.less b/src/styles/components/menu.less index 224dc22..a937739 100644 --- a/src/styles/components/menu.less +++ b/src/styles/components/menu.less @@ -111,7 +111,7 @@ &-primary&-horizontal &-item, &-primary&-horizontal &-submenu{ color: #fff; &-active, &:hover{ - background: @link-active-color; + //background: @link-active-color; } } -- libgit2 0.21.4