mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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-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;
|
||||
}
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue