Merge "Use cursor when hovering over a read-only card"
This commit is contained in:
commit
fd8e560f95
@ -198,7 +198,11 @@
|
||||
.kanban-card-readonly {
|
||||
.kanban-card;
|
||||
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
|
||||
& * {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user