mirror of
https://github.com/picocss/pico
synced 2025-08-23 18:46:31 +00:00
style: remove aria-invalid icon for select
This commit is contained in:
parent
e11f160c13
commit
678c41deb9
@ -252,11 +252,11 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
&[aria-invalid="false"] {
|
||||
&[aria-invalid="false"]:not(select) {
|
||||
background-image: var(#{$✨}icon-valid);
|
||||
}
|
||||
|
||||
&[aria-invalid="true"] {
|
||||
&[aria-invalid="true"]:not(select) {
|
||||
background-image: var(#{$✨}icon-invalid);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user