Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.6
-
Fix Version/s: 3.6
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_36_STABLE
-
Fixed Branches:MOODLE_36_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-63238-master -
Pull Master Diff URL:
Description
Regression due to MDL-63028. To replicate:
- Add the following css to the "Raw initial SCSS" section under advanced settings in the Boost theme settings:
body {
background-image: url("https://hq.moodle.com/pluginfile.php/1/theme_more/backgroundimage/1480391664/Orange-highlights.jpg");
background-size: cover;
background-repeat: repeat;
}
- Save changes, purge caches and visit a course home page. Notice the background of #region-main inherits the image, and is no longer #fff.
Attachments
Issue Links
- is a regression caused by
-
MDL-63028 Use flexbox for positioning the Boost footer
-
- Closed
-