MDL-73381 theme_boost: make dashboard background white

This commit is contained in:
Bas Brands 2021-12-15 16:22:45 +01:00
parent 508fe3937e
commit 5e09ba3286
4 changed files with 0 additions and 12 deletions

View File

@ -15,7 +15,6 @@ $breadcrumb-divider-rtl: "◀" !default;
@import "moodle/contentbank";
@import "moodle/course";
@import "moodle/drawer";
@import "moodle/dashboard";
@import "moodle/filemanager";
@import "moodle/message";
@import "moodle/question";

View File

@ -1,5 +0,0 @@
// Background color change as of MDL-63042
$dashboard-bg: darken($body-bg, 3%) !default;
#page-my-index {
background-color: $dashboard-bg;
}

View File

@ -14995,9 +14995,6 @@ body.drawer-ease {
.drawercontent::-webkit-scrollbar-thumb:hover {
background-color: #495057; }
#page-my-index {
background-color: #f7f7f7; }
.fp-content-center {
height: 100%;
width: 100%;

View File

@ -14995,9 +14995,6 @@ body.drawer-ease {
.drawercontent::-webkit-scrollbar-thumb:hover {
background-color: #495057; }
#page-my-index {
background-color: #f7f7f7; }
.fp-content-center {
height: 100%;
width: 100%;