mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-71550-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
b27c7ae319
3 changed files with 6 additions and 3 deletions
|
@ -2361,7 +2361,8 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||||
&:focus,
|
&:focus,
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background-color: $dropdown-link-hover-bg;
|
background-color: $dropdown-link-active-bg;
|
||||||
|
color: $dropdown-link-active-color;
|
||||||
a {
|
a {
|
||||||
color: $dropdown-link-active-color;
|
color: $dropdown-link-active-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -11560,7 +11560,8 @@ ul {
|
||||||
|
|
||||||
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
|
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
|
||||||
outline: 0;
|
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 {
|
.dropdown-item:active a, .dropdown-item:hover a, .dropdown-item:focus a, .dropdown-item:focus-within a {
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
|
|
|
@ -11778,7 +11778,8 @@ ul {
|
||||||
|
|
||||||
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
|
.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:focus-within {
|
||||||
outline: 0;
|
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 {
|
.dropdown-item:active a, .dropdown-item:hover a, .dropdown-item:focus a, .dropdown-item:focus-within a {
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue