mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tabs): updated tabs highlight for md so it takes on the foreground color
fixes #558
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user