Skip to content

Commit

Permalink
chore(colorslider): remove unused token
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Dec 19, 2024
1 parent 2550e22 commit 2c5d15c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/colorslider/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
*/

.spectrum-ColorSlider {
/* Size and Spacing */
--spectrum-color-slider-handle-margin-block: var(--spectrum-component-top-to-text-75);

/* @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(). */
--spectrum-color-slider-border-color-rgba: rgba(var(--spectrum-gray-900-rgb), var(--spectrum-color-slider-border-opacity));

Expand Down

0 comments on commit 2c5d15c

Please sign in to comment.