File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/@adobe/spectrum-css-temp/components/colorslider Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
53
53
cursor : default;
54
54
55
+ .spectrum-ColorSlider-handle .spectrum-ColorSlider-handle {
56
+ margin : 0 ;
57
+ }
58
+
55
59
/* The checkerboard is a separate element so that the gradient is overlaid on top. */
56
60
& : before {
57
61
content : "" ;
Original file line number Diff line number Diff line change 20
20
background : var (--spectrum-colorslider-fill-color-disabled ) !important ;
21
21
box-shadow : inset 0 0 0 var (--spectrum-colorslider-border-size ) var (--spectrum-colorslider-border-color-disabled );
22
22
}
23
-
24
- .spectrum-ColorSlider-handle {
25
- margin : 0 ;
26
- }
27
23
}
28
24
29
25
@media (forced-colors : active) {
34
30
--spectrum-colorslider-border-color : ButtonText;
35
31
--spectrum-colorarea-border-color : ButtonText;
36
32
}
37
- }
33
+ }
You can’t perform that action at this time.
0 commit comments