Merge "Use cursor when hovering over a read-only card"

This commit is contained in:
Zuul 2018-08-02 20:15:31 +00:00 committed by Gerrit Code Review
commit fd8e560f95
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;
}
}