Merge pull request #7273 from nextcloud/backport/7261/stable32
[stable32] fix: use text cursor for card title on dashboard
This commit is contained in:
@@ -338,9 +338,9 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
&:deep(*) {
|
&:deep(*:not(.dragDisabled)) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.current-card {
|
&.current-card {
|
||||||
border: 2px solid var(--color-primary-element);
|
border: 2px solid var(--color-primary-element);
|
||||||
|
|||||||
Reference in New Issue
Block a user