Skip to content

Commit e7e160b

Browse files
committed
fix(slider): remove duplicate property declarations
1 parent f223762 commit e7e160b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/slider/index.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@
8383
--spectrum-slider-label-text-color-disabled: var(--spectrum-disabled-content-color);
8484
--spectrum-slider-tick-mark-color-disabled: var(--spectrum-disabled-background-color);
8585
--spectrum-slider-ramp-handle-border-color-active: var(--spectrum-gray-100);
86-
--spectrum-slider-handle-background-color: transparent;
87-
--spectrum-slider-handle-background-color-disabled: transparent;
88-
--spectrum-slider-ramp-handle-background-color: var(--spectrum-gray-75);
8986

9087
/* values */
9188
--spectrum-slider-input-left: calc(var(--spectrum-slider-handle-margin-left) / 4);

0 commit comments

Comments
 (0)