mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user