mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
style: remove aria-invalid icon for select
This commit is contained in:
parent
e11f160c13
commit
678c41deb9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue