mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Make disabled sliders properly visible (#19102)
Followed similar variable usage by ha-*-chip components. Fixes #19101
This commit is contained in:
parent
58eebf2dbd
commit
dcfe9617b3
@ -11,6 +11,7 @@ export class HaSlider extends MdSlider {
|
||||
:host {
|
||||
--md-sys-color-primary: var(--primary-color);
|
||||
--md-sys-color-outline: var(--outline-color);
|
||||
--md-sys-color-on-surface: var(--primary-text-color);
|
||||
--md-slider-handle-width: 14px;
|
||||
--md-slider-handle-height: 14px;
|
||||
min-width: 100px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user