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:
Stephen Finucane 2017-10-11 14:57:24 +01:00 committed by Adam Coldrick
parent 8c5a329b1c
commit cf8a2a78f1
1 changed files with 5 additions and 1 deletions

View File

@ -198,7 +198,11 @@
.kanban-card-readonly {
.kanban-card;
cursor: default;
cursor: pointer;
& * {
cursor: pointer;
}
}