mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-83047-main' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
e70d6fd690
17
.upgradenotes/MDL-83047-2024091002230447.yml
Normal file
17
.upgradenotes/MDL-83047-2024091002230447.yml
Normal file
@ -0,0 +1,17 @@
|
||||
issueNumber: MDL-83047
|
||||
notes:
|
||||
theme_boost:
|
||||
- message: >+
|
||||
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.
|
||||
|
||||
type: changed
|
@ -3086,8 +3086,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 */
|
||||
|
@ -26045,7 +26045,8 @@ blockquote {
|
||||
border-left: 5px solid #8f959e;
|
||||
}
|
||||
|
||||
.page-header-headings {
|
||||
.pagelayout-maintenance .page-header-headings,
|
||||
.pagelayout-secure .page-header-headings {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -26045,7 +26045,8 @@ blockquote {
|
||||
border-left: 5px solid #8f959e;
|
||||
}
|
||||
|
||||
.page-header-headings {
|
||||
.pagelayout-maintenance .page-header-headings,
|
||||
.pagelayout-secure .page-header-headings {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user