Skip to content

Commit

Permalink
fix: strike through links in tasks (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-fx authored Jan 30, 2025
1 parent 0c41927 commit c662408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c662408

Please sign in to comment.