mirror of
https://github.com/heroblackink/ultimate-todoist-sync-for-obsidian.git
synced 2026-07-22 07:40:27 +00:00
22 lines
238 B
CSS
22 lines
238 B
CSS
|
|
.cm-line:not(:hover):not(.cm-active) span.cm-comment {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
.cm-line span.cm-comment {
|
|
display: none;
|
|
}
|
|
|
|
.cm-line.cm-active span.cm-comment,
|
|
.cm-line:hover span.cm-comment {
|
|
display: inline-block;
|
|
}
|
|
|
|
*/
|