Merge branch 'MDL-83047-403' of https://github.com/junpataleta/moodle into MOODLE_403_STABLE

This commit is contained in:
Huong Nguyen
2024-09-10 10:47:50 +07:00
4 changed files with 15 additions and 4 deletions
+5 -2
View File
@@ -3127,8 +3127,11 @@ blockquote {
border-left: 5px solid $gray-500;
}
.page-header-headings {
background-color: $body-bg;
.pagelayout-maintenance,
.pagelayout-secure {
.page-header-headings {
background-color: $body-bg;
}
}
/* Prevent long strings exceeding page width */
+2 -1
View File
@@ -25953,7 +25953,8 @@ blockquote {
border-left: 5px solid #8f959e;
}
.page-header-headings {
.pagelayout-maintenance .page-header-headings,
.pagelayout-secure .page-header-headings {
background-color: #fff;
}
+6
View File
@@ -1,6 +1,12 @@
This file describes API changes in /theme/boost
information provided here is intended especially for theme designers.
=== 4.3.8 ===
* The `.page-header-headings` CSS class now has a background colour applied to the maintenance and secure layouts.
You may need to override this class in your maintenance and secure layouts if both of the following are true:
* Your theme plugin inherits from `theme_boost` and uses this CSS class
* Your theme plugin applies a different styling for the page header for the maintenance and secure layouts
=== 4.3 ===
* The $activity-iconcontainer-height and $activity-iconcontainer-width variables have been changed from 50px to 52px.
* New SCSS mixin optional_animate to animate an element unless if the user has reduced motion in their preferences.
+2 -1
View File
@@ -25953,7 +25953,8 @@ blockquote {
border-left: 5px solid #8f959e;
}
.page-header-headings {
.pagelayout-maintenance .page-header-headings,
.pagelayout-secure .page-header-headings {
background-color: #fff;
}