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

This commit is contained in:
Luca Bösch 2020-02-15 17:43:55 +01:00
parent 3370b20e3c
commit 91557080d7
4 changed files with 31 additions and 3 deletions

View file

@ -219,6 +219,17 @@ div.dropdown-item {
padding: 0;
}
section a.movehere,
.section li.movehere a.movehere {
outline: 0;
box-shadow: $input-btn-focus-box-shadow;
}
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial;
}
.inline,
.inline-list li {
display: inline;

View file

@ -9840,6 +9840,15 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }
section a.movehere,
.section li.movehere a.movehere {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(17, 119, 209, 0.75); }
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial; }
.inline,
.inline-list li {
display: inline; }

View file

@ -10044,6 +10044,15 @@ div.dropdown-item:focus-within {
margin: 0;
padding: 0; }
section a.movehere,
.section li.movehere a.movehere {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(17, 119, 209, 0.75); }
.editing .course-content .hidden.sectionname {
visibility: hidden;
display: initial; }
.inline,
.inline-list li {
display: inline; }