From 3ddf19543abde7755218dbf60184afe165fb8207 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 10 Dec 2014 16:56:21 -0600 Subject: [PATCH] fix(tabs): don't show color for active android tabs --- scss/_tabs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index da22c030e7..e6d0b56308 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -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;