Skip to content

Commit

Permalink
Fix $dropdown-link-hover-color variable color value in _variable.sc…
Browse files Browse the repository at this point in the history
…ss (#34779)
  • Loading branch information
k99sharma committed Aug 23, 2021
1 parent 9e1d81a commit 6cf52ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ $dropdown-divider-margin-y: $spacer * .5 !default;
$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-color: shade-color($dropdown-link-color, 10%) !default;
$dropdown-link-hover-bg: $gray-200 !default;

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

0 comments on commit 6cf52ed

Please sign in to comment.