fix(md/label): apply error appearance when control is touched (#24072)

This commit is contained in:
Sean Perkins
2021-11-09 12:42:44 -05:00
committed by GitHub
parent 118c606703
commit 009dff5584

View File

@ -137,8 +137,8 @@
color: #{current-color(base)};
}
:host-context(.ion-invalid).label-stacked:not(.ion-color),
:host-context(.ion-invalid).label-floating:not(.ion-color) {
:host-context(.ion-invalid.ion-touched).label-stacked:not(.ion-color),
:host-context(.ion-invalid.ion-touched).label-floating:not(.ion-color) {
color: var(--highlight-color-invalid);
}