Skip to content

Commit 6ccb4b7

Browse files
grnd-altluka-nextcloud
authored andcommitted
fix: use text cursor for card title on dashboard
Signed-off-by: grnd-alt <[email protected]>
1 parent 094efda commit 6ccb4b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/cards/CardItem.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,11 @@ export default {
338338
flex-direction: column;
339339
gap: $card-gap;
340340
overflow: hidden;
341+
cursor: pointer;
341342
342-
&:deep(*) {
343-
cursor: pointer;
344-
}
343+
&:deep(*:not(.dragDisabled)) {
344+
cursor: pointer;
345+
}
345346
346347
&.current-card {
347348
border: 2px solid var(--color-primary-element);

0 commit comments

Comments
 (0)