mirror of
https://github.com/picocss/pico
synced 2025-08-15 05:46:23 +00: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