Skip to content

Commit

Permalink
scrollbars color adjusted to improve accessibility (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMach1 authored Nov 8, 2022
1 parent 9837cc8 commit 52a9546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/designer/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ $spinner-inverted-bg: #fff;
$spinner-inverted-dot-border-color: #fff;

/* Scrollbars */
$scrollbar-rail-active-bg: #eee;
$scrollbar-rail-active-bg: #ddd;
$scrollbar-thumb-bg: #aaa;
$scrollbar-thumb-active-bg: #999;
$scrollbar-thumb-active-bg: #4d4d4d;

/* Layout editor */
$layout-editor-selection-color: #3c3c3c;
Expand Down

0 comments on commit 52a9546

Please sign in to comment.