From cde363ab237074a44e07118d29fabeabe74d3f03 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 31 Mar 2016 14:50:10 +0800 Subject: [PATCH] fix menu selected color --- style/components/menu.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/components/menu.less b/style/components/menu.less index ca35e570d8..56acb537b5 100644 --- a/style/components/menu.less +++ b/style/components/menu.less @@ -68,6 +68,9 @@ color: @primary-color; // fix chrome render bug transform: translateZ(0); + > a { + color: @primary-color; + } } &-inline,