Don't render minimum color temp with gray border (#1017)

This commit is contained in:
Adam Mills 2018-03-21 18:22:44 -04:00 committed by Paulus Schoutsen
parent 0df4aa6117
commit e5a5c353c4

View File

@ -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 {