Set pointer to default for read-only task
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
48749c466d
commit
527cb909ef
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue