+ it dev css tip Combining CSS :has() And HTML <select> For Greater Conditional Styling — Smashing Magazine``` #form-part select:has(option:not([value=""]):checked) { color: #555; } ``` wono | tweet Add comment Do you want to delete? YesNo