Skip to content

Commit

Permalink
Fix: Add hover effect to GMCQ items to match MCQ items (fixes adaptle…
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored May 6, 2024
1 parent 1d90e97 commit 030c251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/plugins/adapt-contrib-gmcq/gmcq.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.gmcq-item {
&__label {
margin: @item-margin;

.no-touch &:not(.is-disabled):not(.is-selected):hover .gmcq-item__icon {
.effect-scalePulse;
}
}

&__option {
Expand Down

0 comments on commit 030c251

Please sign in to comment.