fix(tabs): updated tabs highlight for md so it takes on the foreground color

fixes #558
This commit is contained in:
Brandy Carney
2015-11-17 16:04:42 -05:00
parent 37420b733c
commit 815ef14a6d

View File

@@ -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);
}
}
}