fix(json-code-editor): remove opaque line-number layer background hiding editor content

The line-number layer spans the full editor, so giving it an opaque
background and raised z-index covered the highlighted content. Reverts
the gutter background added in 88868002f; the horizontal-scroll
gutter overlap it targeted returns as a known cosmetic issue.
This commit is contained in:
CaIon
2026-07-25 19:23:18 +08:00
parent 5ede832d80
commit ae17f2749d
-5
View File
@@ -64,11 +64,6 @@ For commercial licensing, please contact support@quantumnous.com
white-space: pre !important;
}
.json-code-editor-lines {
background: var(--background);
z-index: 1;
}
.json-code-editor-highlight .yace-tok--str {
color: var(--chart-5);
}