From 815ef14a6d205210dea888e98d4c88deaae19494 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 17 Nov 2015 16:04:42 -0500 Subject: [PATCH] fix(tabs): updated tabs highlight for md so it takes on the foreground color fixes #558 --- ionic/components/tabs/modes/md.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ionic/components/tabs/modes/md.scss b/ionic/components/tabs/modes/md.scss index 8e3122a7e8..c1f610a73c 100644 --- a/ionic/components/tabs/modes/md.scss +++ b/ionic/components/tabs/modes/md.scss @@ -69,3 +69,16 @@ tab-highlight { [tabbar-placement=bottom] tab-highlight { top: 0; } + + +@each $color-name, $color-value in $colors { + + tabbar[#{$color-name}] { + + tab-highlight { + background: inverse($color-value); + } + + } + +}