fix active tab color

This commit is contained in:
afc163 2015-06-15 16:22:58 +08:00
parent 7d45ed3a6b
commit bc9ef26383

View File

@ -124,7 +124,6 @@
div.@{prefixClass}-tab-active {
> a, > a:hover, > a:focus {
font-weight: bold;
color: #3fc7fa;
cursor: pointer;
text-decoration: none;
}