fix: use text cursor for card title on dashboard

Signed-off-by: grnd-alt <github@belakkaf.net>

[skip ci]
This commit is contained in:
grnd-alt
2025-09-24 14:10:36 +02:00
committed by backportbot[bot]
parent 7d6d41a5d1
commit cb1819cf10

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);