1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

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

This commit is contained in:
Laurent Cozic 2020-09-23 17:49:25 +01:00
parent 6aca233b21
commit 6ca640d2ed

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;
}