Merge branch 'MDL-71550-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user