From 1b230021d37a70b8762fe663d418b68a590c0a15 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Wed, 11 Sep 2024 15:08:11 -0700 Subject: [PATCH] suppress background highlight on first line --- packages/editor/src/editor/editor-theme.ts | 1 + 1 file changed, 1 insertion(+) 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;