Skip to content

Commit

Permalink
Darken default dropdown active bg color
Browse files Browse the repository at this point in the history
- To meet WCAG AA contrast requirements

Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Jan 27, 2023
1 parent 164ac68 commit 73346f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/global/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
--vs-dropdown-option-padding: 3px 20px;

/* Active State */
--vs-dropdown-option--active-bg: #5897fb;
--vs-dropdown-option--active-bg: #136cfb;
--vs-dropdown-option--active-color: #fff;

/* Deselect State */
Expand Down

0 comments on commit 73346f0

Please sign in to comment.