fix(tabs): don't show color for active android tabs

This commit is contained in:
Max Lynch
2014-12-10 16:56:21 -06:00
parent 84b12b16ce
commit 3ddf19543a

View File

@@ -200,6 +200,7 @@
&.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;