Skip to content

Commit

Permalink
Darken dropdown item hover style
Browse files Browse the repository at this point in the history
Backport of #32754
  • Loading branch information
patrickhlauke authored and XhmikosR committed Jan 11, 2021
1 parent d54dc03 commit 0422953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -772,7 +772,7 @@ $dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;

$dropdown-link-color: $gray-900 !default;
$dropdown-link-hover-color: darken($gray-900, 5%) !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 0422953

Please sign in to comment.