Skip to content

Commit

Permalink
New: Added mcq support for _canShowCorrectness
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Sep 10, 2024
1 parent 7379316 commit f97ee91
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions less/plugins/adapt-contrib-mcq/mcq.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,19 @@
padding-inline: (@icon-size + (@item-padding * 2)) @item-padding;
}
}

.mcq.can-show-correctness {
.mcq-item__state-correctness {
left: inherit;
right: @item-padding;

.dir-rtl & {
right: inherit;
left: @item-padding;
}
}

.mcq__text {
padding-inline: (@icon-size + (@item-padding * 2));
}
}

0 comments on commit f97ee91

Please sign in to comment.