mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Remove underline from lint range highlight (#20243)
GitOrigin-RevId: 29c91fa8297cb92ceba3a088bff22c847b73455d
This commit is contained in:
parent
090c80a7bb
commit
0230a296ac
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ const baseTheme = EditorView.baseTheme({
|
|||
'.cm-lineNumbers': {
|
||||
fontFamily: 'var(--source-font-family)',
|
||||
},
|
||||
// double the specificity to override the underline squiggle
|
||||
'.cm-lintRange.cm-lintRange': {
|
||||
backgroundImage: 'none',
|
||||
},
|
||||
// use a background color for lint error ranges
|
||||
'.cm-lintRange-error': {
|
||||
padding: 'var(--half-leading, 0) 0',
|
||||
|
|
Loading…
Reference in a new issue