esphome / esphome-webserver

A Lit Element web component frontend for the ESPHome web_server.
https://esphome.io/components/web_server
MIT License
37 stars 47 forks source link

v3: in select boxes the accent colour is used for the unselected items #119

Open sybrenstuvel opened 4 months ago

sybrenstuvel commented 4 months ago

Select boxes have their items coloured in the accent colour. The selected item is coloured in a more dimmed, neutral colour:

image

In the image above, I would expect "OFF" to be the selected item, but it is actually "COOL".

What is the selected item is more obvious when there are more than two items. It remains an unconventional design choice though, especially since for toggle sliders the accent colour indicates "on" and the dimmed colour indicates "off". I would recommend giving "on" / "selected" similar colours, and the same for "off" / "unselected".

RFDarter commented 2 months ago

hi, I think we updated the climate component. how does it currently look?