Merge branch 'MDL-71550-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE

This commit is contained in:
Jake Dallimore
2021-09-15 10:50:01 +08:00
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; }