mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
Don't render minimum color temp with gray border (#1017)
This commit is contained in:
parent
0df4aa6117
commit
e5a5c353c4
@ -27,6 +27,8 @@
|
||||
|
||||
.color_temp {
|
||||
--ha-slider-background: -webkit-linear-gradient(right, rgb(255, 160, 0) 0%, white 50%, rgb(166, 209, 255) 100%);
|
||||
/* The color temp minimum value shouldn't be rendered differently. It's not "off". */
|
||||
--paper-slider-knob-start-border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
ha-color-picker {
|
||||
|
Loading…
x
Reference in New Issue
Block a user