Skip to content

Commit b19872e

Browse files
Merge pull request #7274 from nextcloud/backport/7261/stable31
[stable31] fix: use text cursor for card title on dashboard
2 parents 7d6d41a + cb1819c commit b19872e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/cards/CardItem.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ export default {
338338
display: flex;
339339
flex-direction: column;
340340
341-
&:deep(*) {
342-
cursor: pointer;
343-
}
341+
&:deep(*:not(.dragDisabled)) {
342+
cursor: pointer;
343+
}
344344
345345
&.current-card {
346346
border: 2px solid var(--color-primary-element);

0 commit comments

Comments
 (0)