diff options
| author | Patrick H. Lauke <[email protected]> | 2021-01-11 07:50:11 +0000 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-13 11:03:32 +0200 |
| commit | 67c2f2c9650b5f08eb47f2da8d48cf79ebd54a23 (patch) | |
| tree | 0fe6e3a89a04c4f1e09cdcb8f7eae8ea3bbc41da | |
| parent | e7cbb59d536d9be4fa773f852be25378b542741a (diff) | |
| download | bootstrap-67c2f2c9650b5f08eb47f2da8d48cf79ebd54a23.tar.xz bootstrap-67c2f2c9650b5f08eb47f2da8d48cf79ebd54a23.zip | |
Darken dropdown item hover style
Backport of https://github.com/twbs/bootstrap/pull/32754
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 753c11cbb..f081e0eae 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -772,7 +772,7 @@ $dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default; $dropdown-link-color: $gray-900 !default; $dropdown-link-hover-color: darken($gray-900, 5%) !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; |
