mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-81300-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
5c1319b0e8
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user