fix: use text cursor for card title on dashboard
Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -338,10 +338,11 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.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