Let Question and QuestionSet behaviour settings decide if try again and show solution buttons should be shown. [HFJ-1363]

pull/3/head
Thomas Marstrander 2015-11-23 15:26:15 +01:00
parent fcbcfc951e
commit 93a6fbdfc9
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}