Skip to content

Commit

Permalink
feat: dim checked list items in super editor (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Nov 23, 2022
1 parent 25cf4cf commit 8a70915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blocks-editor/src/Lexical/Theme/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
}
.Lexical__listItemChecked {
text-decoration: line-through;
opacity: 0.4;
}
.Lexical__listItemUnchecked:before,
.Lexical__listItemChecked:before {
Expand Down

0 comments on commit 8a70915

Please sign in to comment.