Skip to content

Commit

Permalink
trickle btn locked state added
Browse files Browse the repository at this point in the history
following PR merge, 'is-locked' btn class added - adaptlearning/adapt-contrib-trickle#209
  • Loading branch information
kirsty-hames authored Mar 12, 2024
1 parent 1fc4e70 commit f38a49b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion less/plugins/adapt-contrib-trickle/trickle.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
.item-ui-color-disabled;
}

// TODO: add '&__btn.is-locked' state following Trickle PR https://github.com/adaptlearning/adapt-contrib-trickle/pull/209
&__btn.is-locked {
.item-ui-color-locked;
}

&__btn-icon {
display: inline-block;
vertical-align: middle;
Expand Down

0 comments on commit f38a49b

Please sign in to comment.