Merge pull request #7261 from nextcloud/fix/correct-pointer-for-title

fix: use text cursor for card title on dashboard
This commit is contained in:
Luka Trovic
2025-09-26 07:42:06 +02:00
committed by GitHub

View File

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