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

This commit is contained in:
Huong Nguyen
2024-09-10 10:47:24 +07:00
4 changed files with 15 additions and 4 deletions
+5 -2
View File
@@ -3062,8 +3062,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
@@ -25985,7 +25985,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.4.4 ===
* 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.4 ===
* Bootstrap badge color helper clases (badge-[primary|secondary|...]) are no longer used, use bg-[primary|secondary|...] instead.
* Bootstrap badge-pill is no longer used, use rounded-pill instead.
+2 -1
View File
@@ -25985,7 +25985,8 @@ blockquote {
border-left: 5px solid #8f959e;
}
.page-header-headings {
.pagelayout-maintenance .page-header-headings,
.pagelayout-secure .page-header-headings {
background-color: #fff;
}