diff options
| author | Mark Otto <[email protected]> | 2023-02-04 14:13:43 +0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-02-04 14:51:11 +0700 |
| commit | 639306242f4bb402eeaebcb819846909cceda774 (patch) | |
| tree | d9de306183e84ab6937d9ad6b6ccabb88c85612a /scss | |
| parent | c735b2e196544b3bba25d645f4d725e8667b106c (diff) | |
| download | bootstrap-639306242f4bb402eeaebcb819846909cceda774.tar.xz bootstrap-639306242f4bb402eeaebcb819846909cceda774.zip | |
Use color mode adaptive color for disabled dropdown menu items
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index bf9b30afa..6f255d404 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
