mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-63378-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
fae2eb85e1
2 changed files with 7 additions and 1 deletions
|
@ -2056,6 +2056,9 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: $body-color;
|
color: $body-color;
|
||||||
}
|
}
|
||||||
|
.dropdown-item:active a {
|
||||||
|
color: $dropdown-link-active-color;
|
||||||
|
}
|
||||||
|
|
||||||
.competency-tree {
|
.competency-tree {
|
||||||
ul {
|
ul {
|
||||||
|
|
|
@ -10379,6 +10379,9 @@ ul {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #373a3c; }
|
color: #373a3c; }
|
||||||
|
|
||||||
|
.dropdown-item:active a {
|
||||||
|
color: #fff; }
|
||||||
|
|
||||||
.competency-tree ul {
|
.competency-tree ul {
|
||||||
padding-left: 1.5rem; }
|
padding-left: 1.5rem; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue