You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it worth making the draggable cards slightly more distinct - I have done this by adding some CSS to give the cards a thin grey border, but not everyone will have the ability or know-how to do this.
This was the CSS that I personally added to my site:
/Adds a border around the cards in the preference sorting activity/
li.d-flex.card.p-3.mb-2.optionitem.draggable {
border-style: solid;
border-color: #c0c0c0;
border-width: thin;
}
The text was updated successfully, but these errors were encountered:
Hello @davefoord
Thank you for creating this issue and I am sorry for the delay of working on it. I created a PR with the fix and it will soon be merged: #68
Is it worth making the draggable cards slightly more distinct - I have done this by adding some CSS to give the cards a thin grey border, but not everyone will have the ability or know-how to do this.
This was the CSS that I personally added to my site:
/Adds a border around the cards in the preference sorting activity/
li.d-flex.card.p-3.mb-2.optionitem.draggable {
border-style: solid;
border-color: #c0c0c0;
border-width: thin;
}
The text was updated successfully, but these errors were encountered: