mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02: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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user