Skip to content

Commit

Permalink
Darken dropdown item hover style (#32754)
Browse files Browse the repository at this point in the history
Closes #23329
  • Loading branch information
patrickhlauke committed Jan 11, 2021
1 parent d62d18f commit 78c5b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -938,7 +938,7 @@ $dropdown-box-shadow: $box-shadow !default;

$dropdown-link-color: $gray-900 !default;
$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;
$dropdown-link-hover-bg: $gray-100 !default;
$dropdown-link-hover-bg: $gray-200 !default;

$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;
Expand Down

0 comments on commit 78c5b50

Please sign in to comment.