Merge branch 'MDL-81300-403' of https://github.com/roland04/moodle into MOODLE_403_STABLE
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user