diff options
| author | Mark Otto <[email protected]> | 2021-01-13 15:06:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-01-14 19:41:34 -0800 |
| commit | a8aede0df187b339d88075ea8faf0fafe302e952 (patch) | |
| tree | 84653d81e9c2e81d21e2835e36481f76d0638e6d /scss | |
| parent | 803e49d928b28c19fa422191eb4378faf26858a1 (diff) | |
| download | bootstrap-a8aede0df187b339d88075ea8faf0fafe302e952.tar.xz bootstrap-a8aede0df187b339d88075ea8faf0fafe302e952.zip | |
Lighten disabled dropdown text to $gray-500
Fixes #32474
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 3d677728a..bea1f73fe 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -943,7 +943,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: $spacer / 4 !default; $dropdown-item-padding-x: $spacer !default; |
