mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Fix: Input aria-invalid
This commit is contained in:
parent
15aafb84df
commit
c66f9911e2
1 changed files with 6 additions and 2 deletions
|
@ -282,8 +282,12 @@ textarea {
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
&[aria-invalid] {
|
&:not([type="checkbox"]):not([type="radio"]) {
|
||||||
background-position: center left 0.75rem;
|
&[aria-invalid],
|
||||||
|
&[aria-invalid="true"],
|
||||||
|
&[aria-invalid="false"] {
|
||||||
|
background-position: center left 0.75rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue