From 237d79b7d10eb3416b26fc2b5cd89d2feb205f0e Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 16 Mar 2016 11:11:38 -0400 Subject: [PATCH] fix(tabs): tabs-color-active works with tabs-striped --- scss/_tabs.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index 47454105569..aa7ed847364 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -274,7 +274,21 @@ color: $color; } } + } + + &.tabs-striped.#{$style} { + .tab-item { + &.tab-item-active, + &.active, + &.activated { + border-color: $color; + color: $color; + } + } + + } + } ion-tabs {