diff --git a/assets/js/hooks/cell_editor/live_editor/codemirror/theme.js b/assets/js/hooks/cell_editor/live_editor/codemirror/theme.js index f4c906a46..2a5592e67 100644 --- a/assets/js/hooks/cell_editor/live_editor/codemirror/theme.js +++ b/assets/js/hooks/cell_editor/live_editor/codemirror/theme.js @@ -85,6 +85,12 @@ function buildEditorTheme(colors, { dark }) { backgroundColor: colors.selectionMatchBackground, }, + // Vim cursor + + "&:not(.cm-focused) .cm-fat-cursor": { + outline: "none !important", + }, + // Base components ".cm-gutters": {