Merge pull request #7274 from nextcloud/backport/7261/stable31

[stable31] fix: use text cursor for card title on dashboard
This commit is contained in:
Luka Trovic
2025-09-26 12:02:27 +02:00
committed by GitHub

View File

@@ -338,7 +338,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
&:deep(*) { &:deep(*:not(.dragDisabled)) {
cursor: pointer; cursor: pointer;
} }