MDL-63378 theme_boost: Contrast of menu items

Enforce the :active menu text colour during a mouse click on an action menu.
This commit is contained in:
Damyon Wiese
2018-12-17 14:07:18 +08:00
parent 2fbae51df0
commit 1aaa130376
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -2047,6 +2047,9 @@ $footer-link-color: $bg-inverse-link-color !default;
width: 100%;
color: $body-color;
}
.dropdown-item:active a {
color: $dropdown-link-active-color;
}
.competency-tree {
ul {
+3
View File
@@ -10374,6 +10374,9 @@ ul {
width: 100%;
color: #373a3c; }
.dropdown-item:active a {
color: #fff; }
.competency-tree ul {
padding-left: 1.5rem; }