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

This commit is contained in:
Huong Nguyen 2024-04-03 09:06:36 +07:00
commit 5c1319b0e8
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
3 changed files with 11 additions and 0 deletions

View File

@ -1258,6 +1258,11 @@ $divider-hover-color: $primary !default;
font-size: $font-size-lg;
color: $primary;
}
// Add new z-index context for dnd overlay higher divider buttons and quick edit links.
.overlay-preview {
z-index: 5;
}
}
// Course 'add section' button.

View File

@ -29070,6 +29070,9 @@ span.editinstructions .alert-link {
font-size: 1.171875rem;
color: #0f6cbf;
}
.course-section .overlay-preview {
z-index: 5;
}
.btn.add-section {
border-radius: 1rem;

View File

@ -29070,6 +29070,9 @@ span.editinstructions .alert-link {
font-size: 1.171875rem;
color: #0f6cbf;
}
.course-section .overlay-preview {
z-index: 5;
}
.btn.add-section {
border-radius: 1rem;