File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
core/src/components/segment-button Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6464}
6565
6666// Segment Button: Checked
67+ // All slot content should have the checked color even when it's not label or icon
6768// --------------------------------------------------
6869
69- :host (.segment-button-checked ) ::slotted(ion-label),
70- :host (.segment-button-checked ) ::slotted(ion-icon),
7170:host (.segment-button-checked ) ::slotted(* ) {
7271 color : var (--color-checked );
7372}
7473
7574// Segment Button: Disabled
75+ // All slot content should have the disabled color even when it's not label or icon
7676// --------------------------------------------------
7777
78- :host (.segment-button-disabled ) ::slotted(ion-label),
79- :host (.segment-button-disabled ) ::slotted(ion-icon) {
78+ :host (.segment-button-disabled ) ::slotted(* ) {
8079 color : var (--color-disabled );
8180}
8281
You can’t perform that action at this time.
0 commit comments