Skip to content

Commit

Permalink
Use color mode adaptive color for disabled dropdown menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 4, 2023
1 parent c735b2e commit 6393062
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 @@ -1234,7 +1234,7 @@ $dropdown-link-hover-bg: var(--#{$prefix}tertiary-bg) !default;
$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;

$dropdown-link-disabled-color: $gray-500 !default;
$dropdown-link-disabled-color: var(--#{$prefix}tertiary-color) !default;

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

0 comments on commit 6393062

Please sign in to comment.