heroblackink_ultimate-todoi.../styles.css

23 lines
238 B
CSS
Raw Normal View History

2023-04-01 05:27:58 +00:00
2023-04-02 03:12:06 +00:00
.cm-line:not(:hover):not(.cm-active) span.cm-comment {
display: none;
}
2023-04-02 03:12:06 +00:00
/*
.cm-line span.cm-comment {
display: none;
}
.cm-line.cm-active span.cm-comment,
.cm-line:hover span.cm-comment {
display: inline-block;
}
*/