We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5828f90 + 6ccb4b7 commit f347f96Copy full SHA for f347f96
1 file changed
src/components/cards/CardItem.vue
@@ -338,10 +338,11 @@ export default {
338
flex-direction: column;
339
gap: $card-gap;
340
overflow: hidden;
341
+ cursor: pointer;
342
- &:deep(*) {
343
- cursor: pointer;
344
- }
+ &:deep(*:not(.dragDisabled)) {
345
+ }
346
347
&.current-card {
348
border: 2px solid var(--color-primary-element);
0 commit comments