Merge branch 'MDL-85486-main' of https://github.com/roland04/moodle

This commit is contained in:
ferran
2025-10-15 15:14:58 +02:00
3 changed files with 14 additions and 2 deletions
+8 -2
View File
@@ -667,8 +667,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
@@ -30991,6 +30991,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
@@ -30991,6 +30991,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 {