fix(markers): Blocks marked "cancelled" not working (#4812)

* fix #3663

* Update dicts.cljs

* close #4697

* fix: Cancelled not treated as canceled #4810
This commit is contained in:
sawhney17
2022-04-05 00:49:42 +04:00
committed by GitHub
parent 01c4c8a621
commit dd1321e1d7

View File

@@ -741,6 +741,7 @@ li p:last-child,
}
.canceled,
.cancelled,
.done {
text-decoration: line-through;
opacity: 0.6;
@@ -780,7 +781,8 @@ li p:last-child,
}
.done,
.canceled {
.canceled,
.cancelled {
opacity: 0.7;
}