Skip to content
Snippets Groups Projects
Commit 946cd65a authored by Brandon Frohs's avatar Brandon Frohs Committed by Marijn Haverbeke
Browse files

Hide the cursor when printing

parent d404873f
No related branches found
No related tags found
No related merge requests found
......@@ -165,3 +165,12 @@ span.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
@media print {
/* Hide the cursor when printing */
.CodeMirror pre.CodeMirror-cursor {
visibility: hidden;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment