mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #12883 from overleaf/td-history-deletion-marker-fix
History migration: Fix deletion marker class in theme GitOrigin-RevId: d84c97632f467b116024ffc0992970b9aa586294
This commit is contained in:
parent
9e5aabea33
commit
91db36bc01
1 changed files with 1 additions and 6 deletions
|
@ -74,13 +74,8 @@ const theme = EditorView.baseTheme({
|
|||
paddingBottom: 'var(--half-leading)',
|
||||
backgroundColor: 'hsl(var(--hue), 70%, 85%)',
|
||||
},
|
||||
'.ol-deletion-marker': {
|
||||
'.ol-cm-deletion-marker': {
|
||||
textDecoration: 'line-through',
|
||||
},
|
||||
'&.overall-theme-dark .ol-deletion-marker': {
|
||||
color: 'hsl(var(--hue), 100%, 60%)',
|
||||
},
|
||||
'&.overall-theme-light .ol-deletion-marker': {
|
||||
color: 'hsl(var(--hue), 70%, 40%)',
|
||||
},
|
||||
'.cm-tooltip-hover': {
|
||||
|
|
Loading…
Reference in a new issue