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

This commit is contained in:
Huong Nguyen
2024-04-03 09:06:52 +07:00
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -1455,6 +1455,11 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
width: 100%;
}
}
// Add new z-index context for dnd overlay higher divider buttons and quick edit links.
.overlay-preview {
z-index: 5;
}
}
/* Re-style ordered list in course content */
+3
View File
@@ -29234,6 +29234,9 @@ span.editinstructions .alert-link {
padding: 2rem;
width: 100%;
}
.course-section .overlay-preview {
z-index: 5;
}
/* Re-style ordered list in course content */
.course-content .activity-altcontent ul {
+3
View File
@@ -29234,6 +29234,9 @@ span.editinstructions .alert-link {
padding: 2rem;
width: 100%;
}
.course-section .overlay-preview {
z-index: 5;
}
/* Re-style ordered list in course content */
.course-content .activity-altcontent ul {