fix: regression in bulk mode to key-value pair translation

This commit is contained in:
liyasthomas
2021-11-19 08:52:58 +05:30
parent fe7b236ad9
commit 1572ff9e67
4 changed files with 32 additions and 24 deletions

View File

@@ -128,6 +128,11 @@ export const baseTheme = EditorView.theme({
".cm-scroller::-webkit-scrollbar": {
display: "none",
},
".cm-foldPlaceholder": {
backgroundColor: "var(--divider-light-color)",
color: "var(--secondary-dark-color)",
borderColor: "var(--divider-dark-color)",
},
})
const editorTypeColor = "var(--editor-type-color)"