mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 16:01:27 +00:00
Move history diff viewer color style out of CodeMirror theme (#17154)
GitOrigin-RevId: 1fa527542c3b901c731cb79e1a6063e394e4af34
This commit is contained in:
parent
f4b176c93d
commit
2818c4a519
2 changed files with 1 additions and 1 deletions
|
@ -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)',
|
||||
|
|
|
@ -392,6 +392,7 @@ history-root {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
color: #000;
|
||||
|
||||
.cm-viewer-container,
|
||||
.cm-editor {
|
||||
|
|
Loading…
Reference in a new issue