From 7e5f0e1fe62f8929e519ae2df056509db95c9027 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 23 Oct 2020 14:41:20 +0200 Subject: [PATCH] MDL-70010 core: reconcile MOODLE_310_STABLE and master There are some unexpected differences between 310 and master, better reconcile them now. Note this is not 100% critical but, as far as nothing exclusively for 4.0 has landed to master yet only branch/version differences should exist. --- theme/boost/scss/moodle/core.scss | 2 +- theme/boost/style/moodle.css | 2 +- theme/classic/style/moodle.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 7032fe9f3b5..4ed9701d77f 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -219,7 +219,7 @@ div.dropdown-item { padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 44a54c0c5c9..549fad0110e 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -9840,7 +9840,7 @@ div.dropdown-item:focus-within { margin: 0; padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 7e0b7f02cfd..4a109033985 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -10044,7 +10044,7 @@ div.dropdown-item:focus-within { margin: 0; padding: 0; } -.section li.movehere a.movehere { +.section li.movehere a { display: block; width: 100%; height: 2rem;