Skip to content

Commit

Permalink
fix(#782): active dropdown items background color (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky authored Aug 27, 2021
1 parent 092df17 commit 0ec4d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,8 @@ $dropdown-link-color: $black !default;
$dropdown-link-hover-color: $white !default;
$dropdown-link-hover-bg: $black !default;

$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: color-contrast($dropdown-link-active-color) !default;
$dropdown-link-active-color: color-contrast($component-active-color) !default; // Boosted mod
$dropdown-link-active-bg: $component-active-color !default; // Boosted mod

$dropdown-link-disabled-color: $gray-500 !default;

Expand Down

0 comments on commit 0ec4d1d

Please sign in to comment.