File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 14
14
.spectrum-ColorSlider {
15
15
/* Size and Spacing */
16
16
--spectrum-color-slider-handle-margin-block : var (--spectrum-component-top-to-text-75 );
17
+ --spectrum-color-slider-control-track-width : var (--spectrum-color-control-track-width );
17
18
18
19
/* @todo Refactor with --spectrum-color-slider-border-color once gray rgb token is no longer necessary to workaround nested rgb color token value using rgba(). */
19
20
--spectrum-color-slider-border-color-rgba : rgba (var (--spectrum-gray-1000-rgb ), var (--spectrum-color-slider-border-opacity ));
25
26
26
27
/* Settings for nested Color handle */
27
28
--mod-colorhandle-hitarea-border-radius : var (--mod-color-slider-handle-hitarea-border-radius , 0px );
29
+
30
+ --spectrum-colorslider-fill-color-disabled : var (--spectrum-disabled-background-color );
28
31
}
29
32
30
33
.spectrum-ColorSlider {
33
36
34
37
min-inline-size : var (--mod-color-slider-minimum-length , var (--spectrum-color-slider-minimum-length ));
35
38
inline-size : var (--mod-color-slider-length , var (--spectrum-color-slider-length ));
36
- block-size : var (--mod-color-slider-control-track-width , var (--spectrum-color-control-track-width ));
39
+ block-size : var (--mod-color-slider-control-track-width , var (--spectrum-color-slider- control-track-width ));
37
40
38
41
/* Otherwise we randomly drag a file icon */
39
42
user-select : none;
87
90
88
91
.spectrum-ColorSlider .is-disabled & {
89
92
--spectrum-color-slider-border-color-local : var (--highcontrast-color-slider-border-color-disabled , var (--mod-color-slider-border-color-disabled , var (--spectrum-disabled-background-color )));
90
- background : var (--highcontrast-color-slider-background-color-disabled , var (--mod-color-slider-background-color-disabled , var (--spectrum-disabled-background -color )));
93
+ background : var (--highcontrast-color-slider-background-color-disabled , var (--mod-color-slider-background-color-disabled , var (--spectrum-colorslider-fill -color-disabled )));
91
94
}
92
95
}
93
96
You can’t perform that action at this time.
0 commit comments