Do not show try-again and show-solution button for questions inside a question set. [HFJ-1110]
parent
198ae5fd3e
commit
a6299e94e4
|
@ -215,3 +215,9 @@
|
||||||
.h5p-no-frame .questionset .h5p-question > *:last-child {
|
.h5p-no-frame .questionset .h5p-question > *:last-child {
|
||||||
margin-bottom: 0;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue