Set pointer to default for read-only task

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-07-25 20:34:57 +02:00
parent 48749c466d
commit 527cb909ef
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -1114,6 +1114,18 @@
}
.disabled .body .section {
> div {
.calendar-indicator {
cursor: default;
}
}
&.detail-all-day {
div,
span {
cursor: default;
}
}
&.date:hover .icon.icon-trash {
display: none;