Skip to content

Commit

Permalink
fix vscode cursor
Browse files Browse the repository at this point in the history
Closes #775
  • Loading branch information
mfix22 committed Nov 14, 2020
1 parent 982586f commit f90863f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Themes/GlobalHighlights.js
Expand Up @@ -58,6 +58,10 @@ export default function GlobalHighlights({ highlights }) {
border-left: solid 2px #159588 !important;
}
:global(.cm-s-vscode .CodeMirror-cursor) {
border-left: solid 2px #bebebe !important;
}
:global(.cm-s-solarized) {
box-shadow: none !important;
}
Expand Down

0 comments on commit f90863f

Please sign in to comment.