fix(tabs): removed active color inherit for tabs striped

This commit is contained in:
Max Lynch
2014-12-11 12:16:16 -06:00
parent fc670ebf2b
commit 81e22f5057

View File

@@ -200,7 +200,6 @@
&.tab-item-active,
&.active,
&.activated {
color: inherit !important;
margin-top: -$tabs-striped-border-width;
border-style: solid;
border-width: $tabs-striped-border-width 0 0 0;