Skip to content

Commit

Permalink
639306242f4bb402eeaebcb819846909cceda774
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 7, 2023
1 parent 1192a02 commit bfc777a
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 @@ -1511,7 +1511,7 @@ $dropdown-link-hover-bg: $gray-500 !default; // Boosted mod: instead
$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;
$dropdown-link-disabled-color: $gray-500 !default; // Boosted mod: instead of `var(--#{$prefix}tertiary-color)`

$dropdown-item-padding-y: $spacer * .5 !default;
$dropdown-item-padding-x: $spacer * .5 !default;
Expand Down

0 comments on commit bfc777a

Please sign in to comment.