aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghost_32 <[email protected]>2021-08-23 12:48:29 +0530
committerGitHub <[email protected]>2021-08-23 10:18:29 +0300
commit6cf52ed5f79815369e4737f82d45fbb5eb59a459 (patch)
tree0bc4712c15f6e301227be0ee41fa46a9d017f02c
parent9e1d81a851cac268ca70e95d62c3e968e7293b41 (diff)
downloadbootstrap-6cf52ed5f79815369e4737f82d45fbb5eb59a459.tar.xz
bootstrap-6cf52ed5f79815369e4737f82d45fbb5eb59a459.zip
Fix `$dropdown-link-hover-color` variable color value in _variable.scss (#34779)
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 1700f9941..9262ca495 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -1167,7 +1167,7 @@ $dropdown-divider-margin-y: $spacer * .5 !default;
$dropdown-box-shadow: $box-shadow !default;
$dropdown-link-color: $gray-900 !default;
-$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;
+$dropdown-link-hover-color: shade-color($dropdown-link-color, 10%) !default;
$dropdown-link-hover-bg: $gray-200 !default;
$dropdown-link-active-color: $component-active-color !default;