feat: dim checked list items in super editor (#2046)

This commit is contained in:
Aman Harwara
2022-11-23 20:53:04 +05:30
committed by GitHub
parent 25cf4cfd22
commit 8a709158d6

View File

@@ -325,6 +325,7 @@
} }
.Lexical__listItemChecked { .Lexical__listItemChecked {
text-decoration: line-through; text-decoration: line-through;
opacity: 0.4;
} }
.Lexical__listItemUnchecked:before, .Lexical__listItemUnchecked:before,
.Lexical__listItemChecked:before { .Lexical__listItemChecked:before {