Skip to content

Commit

Permalink
Lighten disabled dropdown text to $gray-500
Browse files Browse the repository at this point in the history
Fixes #32474
  • Loading branch information
mdo authored and XhmikosR committed Jan 15, 2021
1 parent 5a17956 commit 87e42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -777,7 +777,7 @@ $dropdown-link-hover-bg: $gray-200 !default;
$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;

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

$dropdown-item-padding-y: .25rem !default;
$dropdown-item-padding-x: 1.5rem !default;
Expand Down

0 comments on commit 87e42ce

Please sign in to comment.