Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 20, 2023
1 parent 0a699dc commit 876ef5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.

This file was deleted.

14 changes: 0 additions & 14 deletions packages/components/src/theme/theme-dark/theme-dark-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,4 @@
--dh-color-quickactions-bg: hsla(var(--dh-color-gray-hue), 0%, 11%, 0.9);
--dh-color-radial-reaction: hsla(var(--dh-color-gray-hue), 0%, 92%, 0.6);
--dh-color-colorpicker-border: hsla(var(--dh-color-gray-hue), 0%, 94%, 0.1);

/* Miller Columns */
--dh-color-column-miller-item-selected-bg: hsla(
calc(var(--dh-color-blue-hue) - 9deg),
83%,
54%,
0.1
);
--dh-color-column-miller-item-selected-hover-bg: hsla(
calc(var(--dh-color-blue-hue) - 9deg),
83%,
54%,
0.2
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@
--spectrum-global-color-gray-50
);

/* Miller Columns */
--spectrum-miller-column-item-background-color-selected: var(
--dh-color-column-miller-item-selected-bg
);
--spectrum-miller-column-item-background-color-selected-hover: var(
--dh-color-column-miller-item-selected-hover-bg
);

/* Tabs */
--spectrum-tabs-compact-selection-indicator-color: var(
--spectrum-global-color-blue-500
Expand Down

0 comments on commit 876ef5d

Please sign in to comment.