From bc9ef26383a466179b7b18b6c4d132b9738c6624 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 15 Jun 2015 16:22:58 +0800 Subject: [PATCH] fix active tab color --- style/components/tab.less | 1 - 1 file changed, 1 deletion(-) diff --git a/style/components/tab.less b/style/components/tab.less index 1c8a33d161..dbeba4bcb1 100644 --- a/style/components/tab.less +++ b/style/components/tab.less @@ -124,7 +124,6 @@ div.@{prefixClass}-tab-active { > a, > a:hover, > a:focus { font-weight: bold; - color: #3fc7fa; cursor: pointer; text-decoration: none; }