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-26 05:42:11 +00:00
committed by backportbot[bot]
parent 4c6e9b086a
commit 9921c5446c
+3 -3
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);