We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3994bbd commit 9a198c4Copy full SHA for 9a198c4
packages/editor/src/editor/editor-theme.ts
@@ -416,6 +416,7 @@ export function applyTheme(theme: EditorTheme) {
416
.pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child,
417
.pm-ace-first-line-meta .ace_text-layer .ace_line_group:first-child span {
418
color: ${theme.lightTextColor} !important;
419
+ background: none !important;
420
}
421
.pm-ace-collapsed.pm-ace-focused {
422
border-color: ${theme.paneBorderColor} !important;
0 commit comments