From a6299e94e4d9221062d3982f954c8fe8449e22c6 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Sun, 27 Sep 2015 19:12:40 +0200 Subject: [PATCH] Do not show try-again and show-solution button for questions inside a question set. [HFJ-1110] --- css/questionset.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/questionset.css b/css/questionset.css index fef0b6f..325f94d 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -215,3 +215,9 @@ .h5p-no-frame .questionset .h5p-question > *:last-child { margin-bottom: 0; } + +/* Hide retry and show solution buttons */ +.questionset .h5p-question .h5p-question-try-again, +.questionset .h5p-question .h5p-question-show-solution { + display: none; +}