From 03eff769bee94a596bcf32e8587e6263bdb93c20 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 5 Dec 2016 16:15:22 +0800 Subject: [PATCH] Fix menu item hover color --- components/menu/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 0ca1ec6651..b9ce4d2a56 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -46,7 +46,7 @@ display: block; color: @text-color; &:hover { - color: @text-color; + color: @primary-color; } &:before { position: absolute;