Add special styles for the placeholder option in select tags

Noticed this for the Rainbow Pool filters!
This commit is contained in:
Emi Matchu 2024-10-11 15:23:35 -07:00
parent bba863b94b
commit c985c50a1b

View file

@ -83,6 +83,15 @@ input[type=text], input[type=password], input[type=search], input[type=number],
&:focus, &:active &:focus, &:active
color: inherit color: inherit
select:has(option[value='']:checked)
color: #666
option[value='']
color: #666
option:not([value=''])
color: $text-color
textarea textarea
font: inherit font: inherit