Skip to content

Commit c3877b1

Browse files
committed
refactor: remove dead --color-scrollbar-* CSS variables
PR #3111 migrated scrollbar styling to use --color-surface-quaternary and standard scrollbar-color, but left the old --color-scrollbar-track, --color-scrollbar-thumb, and --color-scrollbar-thumb-hover variable definitions in all four themes. These variables are no longer referenced anywhere — remove the 12 dead lines.
1 parent da555b0 commit c3877b1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/browser/styles/globals.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@
233233
--color-input-border: hsl(207 51% 59%);
234234
--color-input-border-focus: hsl(193 91% 64%);
235235

236-
/* Scrollbar */
237-
--color-scrollbar-track: hsl(0 0% 18%);
238-
--color-scrollbar-thumb: hsl(0 0% 32%);
239-
--color-scrollbar-thumb-hover: hsl(0 0% 42%);
240-
241236
/* Additional Semantic Colors */
242237
--color-muted: hsl(0 0% 53%); /* #888 - muted text */
243238
--color-muted-light: hsl(0 0% 50%); /* #808080 - muted light */
@@ -515,10 +510,6 @@
515510
--color-input-border: hsl(207 75% 52%);
516511
--color-input-border-focus: hsl(193 85% 56%);
517512

518-
--color-scrollbar-track: hsl(210 38% 95%);
519-
--color-scrollbar-thumb: hsl(210 18% 78%);
520-
--color-scrollbar-thumb-hover: hsl(210 18% 70%);
521-
522513
--color-muted: hsl(210 14% 52%);
523514
--color-muted-light: hsl(210 20% 60%);
524515
--color-muted-dark: hsl(210 12% 42%);
@@ -764,10 +755,6 @@
764755
--color-input-border: #205ea6;
765756
--color-input-border-focus: color-mix(in srgb, var(--color-input-border), white 30%);
766757

767-
--color-scrollbar-track: #f2f0e5;
768-
--color-scrollbar-thumb: #dad8ce;
769-
--color-scrollbar-thumb-hover: #cecdc3;
770-
771758
--color-muted: #6f6e69;
772759
--color-muted-light: #6f6e69;
773760
--color-muted-dark: #6f6e69;
@@ -997,10 +984,6 @@
997984
--color-input-border: #4385be;
998985
--color-input-border-focus: color-mix(in srgb, var(--color-input-border), white 22%);
999986

1000-
--color-scrollbar-track: #1c1b1a;
1001-
--color-scrollbar-thumb: #343331;
1002-
--color-scrollbar-thumb-hover: #403e3c;
1003-
1004987
--color-muted: #878580;
1005988
--color-muted-light: #cecdc3;
1006989
--color-muted-dark: #575653;

0 commit comments

Comments
 (0)