From 7e1561b404f8c36ea3a8a53a06aeb7af4f6b8c58 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 10 Jan 2021 17:30:56 +0000 Subject: [PATCH] Darken dropdown item hover style Closes https://github.com/twbs/bootstrap/issues/23329 --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 3fc03a08e58e..3d677728a54f 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;