mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
Fix: Input aria-invalid
This commit is contained in:
parent
15aafb84df
commit
c66f9911e2
@ -282,8 +282,12 @@ textarea {
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
&[aria-invalid] {
|
||||
background-position: center left 0.75rem;
|
||||
&:not([type="checkbox"]):not([type="radio"]) {
|
||||
&[aria-invalid],
|
||||
&[aria-invalid="true"],
|
||||
&[aria-invalid="false"] {
|
||||
background-position: center left 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user