Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the cards stand out more from the background #62

Closed
davefoord opened this issue Feb 6, 2024 · 1 comment
Closed

Make the cards stand out more from the background #62

davefoord opened this issue Feb 6, 2024 · 1 comment

Comments

@davefoord
Copy link

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;
}

@odeialba
Copy link
Owner

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

@odeialba odeialba closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants