From 06b085a3da921359ab5f1658d9f79ae67ccc0624 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 15 Jun 2015 20:34:54 +0800 Subject: [PATCH] fix tab link color --- style/components/tabs.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/components/tabs.less b/style/components/tabs.less index e2e9161396..860b8da685 100644 --- a/style/components/tabs.less +++ b/style/components/tabs.less @@ -123,7 +123,7 @@ div.@{prefixClass}-tab-active { > a, > a:hover, > a:focus { - font-weight: bold; + color: fadeout(#2db7f5, 20%); cursor: pointer; text-decoration: none; } @@ -161,7 +161,7 @@ } > a:hover { - color: #23c0fa; + color: fadeout(#2db7f5, 30%); cursor: pointer; } -- GitLab