mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(md/label): apply error appearance when control is touched (#24072)
This commit is contained in:
@ -137,8 +137,8 @@
|
|||||||
color: #{current-color(base)};
|
color: #{current-color(base)};
|
||||||
}
|
}
|
||||||
|
|
||||||
:host-context(.ion-invalid).label-stacked:not(.ion-color),
|
:host-context(.ion-invalid.ion-touched).label-stacked:not(.ion-color),
|
||||||
:host-context(.ion-invalid).label-floating:not(.ion-color) {
|
:host-context(.ion-invalid.ion-touched).label-floating:not(.ion-color) {
|
||||||
color: var(--highlight-color-invalid);
|
color: var(--highlight-color-invalid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user