Change color of hover in select option

Try using this selector for a Select dropdown.

* {
 --retool-list-box-hover-background: orange; 
}
1 Like