Skip to content

Commit 9a198c4

Browse files
kevinusheyjjallaire
authored andcommitted
suppress background highlight on first line
1 parent 3994bbd commit 9a198c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/editor/src/editor/editor-theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ export function applyTheme(theme: EditorTheme) {
416416
.pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child,
417417
.pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child span {
418418
color: ${theme.lightTextColor} !important;
419+
background: none !important;
419420
}
420421
.pm-ace-collapsed.pm-ace-focused {
421422
border-color: ${theme.paneBorderColor} !important;

0 commit comments

Comments
 (0)