From 7d45ed3a6b184a68db91f16cc7ed19680240f4b1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 15 Jun 2015 16:21:57 +0800 Subject: [PATCH] fix active tab font-weight --- style/components/tab.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style/components/tab.less b/style/components/tab.less index 32382657c8..1c8a33d161 100644 --- a/style/components/tab.less +++ b/style/components/tab.less @@ -122,8 +122,8 @@ } div.@{prefixClass}-tab-active { - > a, > a:hover, > a:focus { + font-weight: bold; color: #3fc7fa; cursor: pointer; text-decoration: none; @@ -149,7 +149,6 @@ > a { padding: 8px 25px; transition: color 0.3s @easing-in-out; - font-weight: 500; display: block; color: #666;