Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-01-14 02:06:49 +0300
committerMark Otto <otto@github.com>2021-01-15 06:41:34 +0300
commita8aede0df187b339d88075ea8faf0fafe302e952 (patch)
tree84653d81e9c2e81d21e2835e36481f76d0638e6d
parent803e49d928b28c19fa422191eb4378faf26858a1 (diff)
Lighten disabled dropdown text to $gray-500
Fixes #32474
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 3d677728a5..bea1f73fe4 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;