Skip to content

Commit

Permalink
suppress background highlight on first line
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Sep 11, 2024
1 parent f15c1f9 commit 1b23002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/editor/editor-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b23002

Please sign in to comment.