feat: multi cursor support - resolved #2215

This commit is contained in:
liyasthomas
2022-04-01 11:43:18 +05:30
parent c73c6f216a
commit 30e6052afb
2 changed files with 25 additions and 6 deletions

View File

@@ -460,6 +460,17 @@ pre.ace_editor {
}
}
.cm-editor {
.cm-line::selection {
background-color: var(--accent-dark-color) !important;
color: var(--accent-contrast-color) !important;
}
.cm-line ::selection {
background-color: var(--accent-dark-color) !important;
color: var(--accent-contrast-color) !important;
}
}
.shortcut-key {
@apply inline-flex;
@apply font-sans;