You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
Desktop: Fix: Fade out checked items in Rich Text editor too
This commit is contained in:
@ -286,6 +286,7 @@ module.exports = function(theme) {
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jop-tinymce ul.joplin-checklist .checked,
|
||||||
.md-checkbox .checkbox-label-checked {
|
.md-checkbox .checkbox-label-checked {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user