From 6dd6d197e260338e5e37e52ae967cbc93a4faefc Mon Sep 17 00:00:00 2001 From: Erik Langhaug Date: Fri, 26 Feb 2021 08:40:40 +0100 Subject: [PATCH] JI-2258 Hide Drag and Drop fullscreen button --- css/questionset.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/questionset.css b/css/questionset.css index 6f5221b..e2bb0fd 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -247,3 +247,9 @@ .h5p-no-frame .questionset .h5p-question > *:last-child { margin-bottom: 0; } + +/* Hide the fullscreen button rendered by H5P.DragQuestion */ +.questionset .h5p-question.h5p-dragquestion .h5p-my-fullscreen-button-enter, +.questionset .h5p-question.h5p-dragquestion .h5p-my-fullscreen-button-exit { + display: none; +}