mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove fontWeight: bold from matched completion text (#13078)
GitOrigin-RevId: c375765ce0ca14200ba11c54ae1ac2c99a09961f
This commit is contained in:
parent
5c78718729
commit
40eac4bd67
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ const autocompleteTheme = EditorView.baseTheme({
|
||||||
},
|
},
|
||||||
'.cm-completionMatchedText': {
|
'.cm-completionMatchedText': {
|
||||||
textDecoration: 'none', // remove default underline,
|
textDecoration: 'none', // remove default underline,
|
||||||
fontWeight: 'bold',
|
|
||||||
},
|
},
|
||||||
'&light .cm-completionMatchedText': {
|
'&light .cm-completionMatchedText': {
|
||||||
color: '#2d69c7',
|
color: '#2d69c7',
|
||||||
|
|
Loading…
Reference in a new issue