Skip to content

Commit a6cf5b5

Browse files
author
David Monllao
committed
Merge branch 'MDL-60359-33' of https://github.com/lucaboesch/moodle into MOODLE_33_STABLE
2 parents 02d16e7 + 64b3116 commit a6cf5b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

theme/boost/scss/moodle/question.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@ body.path-question-type {
298298
@extend .alert-info;
299299
}
300300

301+
.que.multichoice .answer div.r0 .icon.fa-check,
302+
.que.multichoice .answer div.r1 .icon.fa-check,
303+
.que.multichoice .answer div.r0 .icon.fa-remove,
304+
.que.multichoice .answer div.r1 .icon.fa-remove {
305+
text-indent: 0;
306+
}
307+
301308
.formulation input[type="text"],
302309
.formulation select {
303310
width: auto;

0 commit comments

Comments
 (0)