fix active tab font-weight

pull/26/head
afc163 10 years ago
parent 120687c314
commit 7d45ed3a6b

@ -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;

Loading…
Cancel
Save