fix: use text cursor for card title on dashboard
Signed-off-by: grnd-alt <github@belakkaf.net> [skip ci]
This commit is contained in:
committed by
backportbot[bot]
parent
7d6d41a5d1
commit
cb1819cf10
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user