fix: strike through links in tasks (#1225)
parent
0c41927dfe
commit
c6624085f0
|
@ -218,7 +218,8 @@
|
|||
/* U+2022 BULLET */
|
||||
}
|
||||
|
||||
.cm-task-checked {
|
||||
.cm-task-checked,
|
||||
.sb-line-task:has(.cm-task-checked) .sb-wiki-link-page {
|
||||
text-decoration: line-through !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue