mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 12:07:07 +00: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': {
|
||||
textDecoration: 'none', // remove default underline,
|
||||
fontWeight: 'bold',
|
||||
},
|
||||
'&light .cm-completionMatchedText': {
|
||||
color: '#2d69c7',
|
||||
|
|
Loading…
Add table
Reference in a new issue