Skip to content

Commit 6393062

Browse files
committed
Use color mode adaptive color for disabled dropdown menu items
1 parent c735b2e commit 6393062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ $dropdown-link-hover-bg: var(--#{$prefix}tertiary-bg) !default;
12341234
$dropdown-link-active-color: $component-active-color !default;
12351235
$dropdown-link-active-bg: $component-active-bg !default;
12361236

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

12391239
$dropdown-item-padding-y: $spacer * .25 !default;
12401240
$dropdown-item-padding-x: $spacer !default;

0 commit comments

Comments
 (0)