diff --git a/packages/editor/src/editor/editor-theme.ts b/packages/editor/src/editor/editor-theme.ts index 559f5894..19b46382 100644 --- a/packages/editor/src/editor/editor-theme.ts +++ b/packages/editor/src/editor/editor-theme.ts @@ -416,6 +416,7 @@ export function applyTheme(theme: EditorTheme) { .pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child, .pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child span { color: ${theme.lightTextColor} !important; + background: none !important; } .pm-ace-collapsed.pm-ace-focused { border-color: ${theme.paneBorderColor} !important;