Desktop: Fix: Fade out checked items in Rich Text editor too

pull/3856/head
Laurent Cozic 2020-09-23 17:49:25 +01:00
parent 6aca233b21
commit 6ca640d2ed
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ module.exports = function(theme) {
opacity: 0.7;
}
.jop-tinymce ul.joplin-checklist .checked,
.md-checkbox .checkbox-label-checked {
opacity: 0.5;
}