Move history diff viewer color style out of CodeMirror theme (#17154)

GitOrigin-RevId: 1fa527542c3b901c731cb79e1a6063e394e4af34
This commit is contained in:
Alf Eaton 2024-02-15 14:55:19 +00:00 committed by Copybot
parent f4b176c93d
commit 2818c4a519
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,6 @@ const baseTheme = EditorView.baseTheme({
fontSize: 'var(--font-size)',
fontFamily: 'var(--source-font-family)',
lineHeight: 'var(--line-height)',
color: '#000',
},
'.cm-gutters': {
fontSize: 'var(--font-size)',

View file

@ -392,6 +392,7 @@ history-root {
display: flex;
flex-direction: column;
position: relative;
color: #000;
.cm-viewer-container,
.cm-editor {