MDL-85486 theme_boost: Fix single section page inplace editor

When course format is displayed as single section per page, the inplace editable
in the section page heading was incorrectly displaye, and the instructions panel
was not displayed.
Adding some specific styles to fix that behaviour.
This commit is contained in:
Mikel Martín
2025-10-14 11:40:32 +02:00
parent 7abebfa820
commit 944d37ead3
3 changed files with 14 additions and 2 deletions
+8 -2
View File
@@ -682,8 +682,14 @@ $divider-hover-color: $primary !default;
}
}
.single-section-page .header-action {
display: inline-block;
.single-section-page {
.header-action {
display: inline-block;
}
// Revert page header styles to avoid conflict with inplace editable.
.page-context-header {
overflow: visible;
}
}
/* Default activity completion page */
+3
View File
@@ -31152,6 +31152,9 @@ table.calendartable caption {
.single-section-page .header-action {
display: inline-block;
}
.single-section-page .page-context-header {
overflow: visible;
}
/* Default activity completion page */
.defaultactivitycompletion-item a {
+3
View File
@@ -31152,6 +31152,9 @@ table.calendartable caption {
.single-section-page .header-action {
display: inline-block;
}
.single-section-page .page-context-header {
overflow: visible;
}
/* Default activity completion page */
.defaultactivitycompletion-item a {