Merge branch 'MDL-69036-39' of git://github.com/paulholden/moodle into MOODLE_39_STABLE

This commit is contained in:
Andrew Nicols 2021-03-23 09:56:57 +08:00
commit 35c6838f14
3 changed files with 9 additions and 0 deletions

View file

@ -33,6 +33,11 @@
@include hover {
color: $table-hover-color;
background-color: $table-hover-bg;
&.dimmed_text {
a:not(.menu-action) {
color: $table-hover-color;
}
}
}
}
}

View file

@ -17899,6 +17899,8 @@ div#dock {
.generaltable tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
.generaltable tbody tr:hover.dimmed_text a:not(.menu-action) {
color: #212529; }
table caption {
font-size: 24px;

View file

@ -18132,6 +18132,8 @@ div#dock {
.generaltable tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075); }
.generaltable tbody tr:hover.dimmed_text a:not(.menu-action) {
color: #212529; }
table caption {
font-size: 24px;