mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(segment): update indicator and border based on theme (#16821)
adds an example to the custom e2e test fixes #16820
This commit is contained in:
@ -49,6 +49,8 @@
|
||||
}
|
||||
|
||||
:host-context(ion-toolbar):not(.ion-color)::slotted(.segment-button-checked) {
|
||||
--indicator-color-checked: #{var(--ion-toolbar-color-checked, var(--color-checked))};
|
||||
|
||||
color: #{var(--ion-toolbar-color-checked, var(--color-checked))};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user