Remove fontWeight: bold from matched completion text (#13078)

GitOrigin-RevId: c375765ce0ca14200ba11c54ae1ac2c99a09961f
This commit is contained in:
Alf Eaton 2023-05-18 14:28:38 +01:00 committed by Copybot
parent 5c78718729
commit 40eac4bd67

View file

@ -122,7 +122,6 @@ const autocompleteTheme = EditorView.baseTheme({
},
'.cm-completionMatchedText': {
textDecoration: 'none', // remove default underline,
fontWeight: 'bold',
},
'&light .cm-completionMatchedText': {
color: '#2d69c7',