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:
authorPatrick H. Lauke <redux@splintered.co.uk>2021-01-11 04:24:03 +0300
committerGitHub <noreply@github.com>2021-01-11 04:24:03 +0300
commit78c5b503f9cc52999d5b4e130058e16388208534 (patch)
treeb117d4044704cb75a963d448e11ea2b4a86269b4 /scss/_variables.scss
parentd62d18f1726dd54166fa6c6a8b121dd3770d16c7 (diff)
Darken dropdown item hover style (#32754)
Closes https://github.com/twbs/bootstrap/issues/23329
Diffstat (limited to 'scss/_variables.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 3fc03a08e5..3d677728a5 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;