Merge branch 'MDL-71550-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Jake Dallimore 2021-09-15 10:49:26 +08:00
commit b27c7ae319
3 changed files with 6 additions and 3 deletions

View file

@ -2361,7 +2361,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;
}

View file

@ -11560,7 +11560,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; }

View file

@ -11778,7 +11778,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; }