fix(group-plan-tasks): show checkmark when task completed

This commit is contained in:
Matteo Pagliazzi
2018-11-05 15:04:45 +01:00
parent e4a347a3cb
commit 7195ac15b9

View File

@@ -435,7 +435,7 @@
cursor: default !important;
}
.svg-icon.check {
.svg-icon.check:not(.display-check-icon) {
display: none !important;
}
}