diff --git a/style/components/tabs.less b/style/components/tabs.less index e2e916139644119d845720c04c0341935fa62a6d..860b8da6856593e4251f14ff1699f3373a8399d7 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; }