Browse Source

Merge pull request #4699 from ian-r-rose/jupyter-codemirror-theme-cursor

Fix Jupyter codemirror theme cursor color.
Afshin Darian 7 years ago
parent
commit
c12b3c4eeb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/codemirror/style/index.css

+ 1 - 0
packages/codemirror/style/index.css

@@ -160,6 +160,7 @@
   background: transparent;
 }
 
+.cm-s-jupyter .CodeMirror-cursor   { border-left: 1.4px solid var(--jp-editor-cursor-color); }
 .cm-s-jupyter span.cm-keyword      { color: var(--jp-mirror-editor-keyword-color); font-weight: bold; }
 .cm-s-jupyter span.cm-atom         { color: var(--jp-mirror-editor-atom-color); }
 .cm-s-jupyter span.cm-number       { color: var(--jp-mirror-editor-number-color); }