Skip to content

Commit

Permalink
Fix: u-no-select class added to MCQ item label (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Mar 8, 2023
1 parent e3d7805 commit 2431868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/mcq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default function Mcq(props) {
<label
className={classes([
'mcq-item__label',
'u-no-select',
!_isEnabled && 'is-disabled',
_isHighlighted && 'is-highlighted',
(_isCorrectAnswerShown ? _shouldBeSelected : _isActive) && 'is-selected'
Expand Down

0 comments on commit 2431868

Please sign in to comment.