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:
@@ -338,8 +338,9 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: $card-gap;
|
gap: $card-gap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:deep(*) {
|
&:deep(*:not(.dragDisabled)) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user