From 9bf46404bb81d0e88bf718185ca0204bad0a5f68 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 13 Apr 2016 14:46:08 +0800 Subject: [PATCH] Fix menu selected style, close #1400 --- style/components/menu.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style/components/menu.less b/style/components/menu.less index 20fa4b3b49..2c90bf3b51 100644 --- a/style/components/menu.less +++ b/style/components/menu.less @@ -69,6 +69,10 @@ color: @primary-color; // fix chrome render bug transform: translateZ(0); + > a, + > a:hover { + color: @primary-color; + } } &-inline, @@ -346,6 +350,10 @@ background-color: @primary-color; color: #fff; transform: translateZ(0); + > a, + > a:hover { + color: #fff; + } } &-dark &-item-active,