aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorTheme.ts')
-rw-r--r--subprojects/frontend/src/editor/EditorTheme.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorTheme.ts b/subprojects/frontend/src/editor/EditorTheme.ts
index dd551a52..4508273b 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -56,8 +56,9 @@ export default styled('div', {
56 '.cm-activeLineGutter': { 56 '.cm-activeLineGutter': {
57 background: 'transparent', 57 background: 'transparent',
58 }, 58 },
59 '.cm-cursor, .cm-cursor-primary': { 59 '.cm-cursor, .cm-dropCursor, .cm-cursor-primary': {
60 borderLeft: `2px solid ${theme.palette.info.main}`, 60 borderLeft: `2px solid ${theme.palette.info.main}`,
61 marginLeft: -1,
61 }, 62 },
62 '.cm-selectionBackground': { 63 '.cm-selectionBackground': {
63 background: theme.palette.highlight.selection, 64 background: theme.palette.highlight.selection,