mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
iOS toolbar segment button color
This commit is contained in:
@ -111,4 +111,8 @@ ion-segment {
|
||||
|
||||
@each $color-name, $color-value in $colors-ios {
|
||||
@include ios-segment-button($color-name, $color-value);
|
||||
|
||||
.toolbar[#{$color-name}] .segment-button.segment-activated {
|
||||
color: $color-value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user