aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2021-01-11 01:24:03 +0000
committerGitHub <[email protected]>2021-01-11 01:24:03 +0000
commit78c5b503f9cc52999d5b4e130058e16388208534 (patch)
treeb117d4044704cb75a963d448e11ea2b4a86269b4 /scss
parentd62d18f1726dd54166fa6c6a8b121dd3770d16c7 (diff)
downloadbootstrap-78c5b503f9cc52999d5b4e130058e16388208534.tar.xz
bootstrap-78c5b503f9cc52999d5b4e130058e16388208534.zip
Darken dropdown item hover style (#32754)
Closes https://github.com/twbs/bootstrap/issues/23329
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 3fc03a08e..3d677728a 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -938,7 +938,7 @@ $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-bg: $gray-100 !default;
+$dropdown-link-hover-bg: $gray-200 !default;
$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;