From 81e22f505706ebf857dc369f6e04533ac479baae Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 11 Dec 2014 12:16:16 -0600 Subject: [PATCH] fix(tabs): removed active color inherit for tabs striped --- scss/_tabs.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index e6d0b56308..da22c030e7 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -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;