Merge pull request #7273 from nextcloud/backport/7261/stable32

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

View File

@@ -338,9 +338,9 @@ export default {
display: flex;
flex-direction: column;
&:deep(*) {
cursor: pointer;
}
&:deep(*:not(.dragDisabled)) {
cursor: pointer;
}
&.current-card {
border: 2px solid var(--color-primary-element);