From 5f29d191d976be4226479c1880e242c414dbc79f Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Thu, 26 Apr 2018 13:12:05 +0200 Subject: [PATCH] MDL-62070 Theme boost: quiz update for BS4 stable - update .sr-only attributes for editing drag and drop on image - set box-sizing for drop field --- theme/boost/scss/moodle/question.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index c728549e8e0..8b505eadb8e 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -231,9 +231,10 @@ body.path-question-type { width: auto; height: auto; padding: 0; - margin: 0; + margin: 0 0.5rem 0 0; overflow: visible; clip: auto; + clip-path: none; border: 0; } } @@ -634,7 +635,8 @@ body.path-question-type .mform fieldset.hidden { } // Fix for accurate positioning of ddwtos drag and drop question types. -.que.ddwtos { +.que.ddwtos, +.que.ddwtos .drop { box-sizing: content-box; }