mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
@ -433,6 +433,12 @@ button, a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
::slotted([slot="error"]) {
|
||||
display: none;
|
||||
|
||||
color: var(--highlight-color-invalid);
|
||||
}
|
||||
|
||||
:host(.item-interactive.ion-invalid) ::slotted([slot="error"]) {
|
||||
display: block;
|
||||
}
|
||||
@ -527,12 +533,6 @@ ion-ripple-effect {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
::slotted([slot="error"]) {
|
||||
display: none;
|
||||
|
||||
color: var(--highlight-color-invalid);
|
||||
}
|
||||
|
||||
|
||||
// Item: Reduced Motion
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user