Skip to content

Commit

Permalink
fix(tabs): tabs-color-active works with tabs-striped
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Mar 16, 2016
1 parent 0c52778 commit 237d79b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scss/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,21 @@
color: $color;
}
}

}

&.tabs-striped.#{$style} {
.tab-item {
&.tab-item-active,
&.active,
&.activated {
border-color: $color;
color: $color;
}
}

}

}

ion-tabs {
Expand Down

0 comments on commit 237d79b

Please sign in to comment.