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:
Brandy Carney
2018-12-19 12:40:12 -05:00
committed by GitHub
parent 45ef6c10fb
commit 74587db672
3 changed files with 29 additions and 0 deletions

View File

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