mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
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:
parent
33a388eff7
commit
20e6ece866
@ -2056,6 +2056,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 {
|
||||
@ -2252,4 +2255,4 @@ $switch-transition: .2s all !default;
|
||||
|
||||
.position-right {
|
||||
right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
}
|
||||
|
@ -10383,6 +10383,9 @@ ul {
|
||||
width: 100%;
|
||||
color: #373a3c; }
|
||||
|
||||
.dropdown-item:active a {
|
||||
color: #fff; }
|
||||
|
||||
.competency-tree ul {
|
||||
padding-left: 1.5rem; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user