mirror of https://github.com/laurent22/joplin.git
Desktop: Fix: Fade out checked items in Rich Text editor too
parent
6aca233b21
commit
6ca640d2ed
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue