Skip to content

Commit 9bd6c33

Browse files
committed
add stub for codeblock issue on macOS 10.14.x, or to revert to previous behavior
1 parent baf87f5 commit 9bd6c33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dark/userchrome.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ pre.CodeMirror-line span[role="presentation"] span.cm-comment {
3434
}
3535
/*---------------------------------------------------------------------------*/
3636

37+
/*------ Editor: codeblock issue macOS 10.14.x (https://g0to.ca/0k7vF) ------*/
38+
/*
39+
div.CodeMirror div.cm-jn-code-block {
40+
background-color: unset !important;
41+
}
42+
*/
43+
/*---------------------------------------------------------------------------*/
44+
3745
/*------ Editor: text in brackets [ ] ---------------------------------------*/
3846
.cm-link-text {
3947
color: var(--editor-text-in-brackets-color) !important;

0 commit comments

Comments
 (0)