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,10 +282,14 @@ textarea {
|
|||
input,
|
||||
select,
|
||||
textarea {
|
||||
&[aria-invalid] {
|
||||
&:not([type="checkbox"]):not([type="radio"]) {
|
||||
&[aria-invalid],
|
||||
&[aria-invalid="true"],
|
||||
&[aria-invalid="false"] {
|
||||
background-position: center left 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Placeholder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue