MDL-65448 core_course: Restyle non-JS activity moving.

This commit is contained in:
Luca Bösch 2020-10-19 09:33:19 +02:00
parent 96d54e2ac9
commit 60b2431798
3 changed files with 19 additions and 0 deletions

View File

@ -219,6 +219,13 @@ div.dropdown-item {
padding: 0;
}
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed $gray-800;
}
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial;

View File

@ -9840,6 +9840,12 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40; }
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial; }

View File

@ -10044,6 +10044,12 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }
.section li.movehere a {
display: block;
width: 100%;
height: 2rem;
border: 2px dashed #343a40; }
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial; }