MDL-71550 theme_boost: improve dropdown hover styles

This commit is contained in:
Bas Brands
2021-08-19 09:17:27 +02:00
parent fa2e1ed7ec
commit d7ebcac861
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -2347,7 +2347,8 @@ $footer-link-color: $bg-inverse-link-color !default;
&:focus,
&:focus-within {
outline: 0;
background-color: $dropdown-link-hover-bg;
background-color: $dropdown-link-active-bg;
color: $dropdown-link-active-color;
a {
color: $dropdown-link-active-color;
}
+2 -1
View File
@@ -11530,7 +11530,8 @@ ul {
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
outline: 0;
background-color: #0f6fc5; }
background-color: #0f6fc5;
color: #fff; }
.dropdown-item:active a, .dropdown-item:hover a, .dropdown-item:focus a, .dropdown-item:focus-within a {
color: #fff; }
+2 -1
View File
@@ -11740,7 +11740,8 @@ ul {
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
outline: 0;
background-color: #0f6fc5; }
background-color: #0f6fc5;
color: #fff; }
.dropdown-item:active a, .dropdown-item:hover a, .dropdown-item:focus a, .dropdown-item:focus-within a {
color: #fff; }