Use cursor when hovering over a read-only card
You can't click on any element in the card, so don't make it look like you can. Change-Id: If412e3a8f9d3d4808459e1f692cd2c097812dbb7 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
8c5a329b1c
commit
cf8a2a78f1
@ -198,7 +198,11 @@
|
||||
.kanban-card-readonly {
|
||||
.kanban-card;
|
||||
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
|
||||
& * {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user