From 93a6fbdfc960e059c9e05493f2064fd52c73d6e8 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Mon, 23 Nov 2015 15:26:15 +0100 Subject: [PATCH] Let Question and QuestionSet behaviour settings decide if try again and show solution buttons should be shown. [HFJ-1363] --- css/questionset.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index 19b2b32..a6959fa 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -221,9 +221,3 @@ .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; -}