diff --git a/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts b/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts index ea4b40cd18..d9e5f5d389 100644 --- a/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts +++ b/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts @@ -122,7 +122,6 @@ const autocompleteTheme = EditorView.baseTheme({ }, '.cm-completionMatchedText': { textDecoration: 'none', // remove default underline, - fontWeight: 'bold', }, '&light .cm-completionMatchedText': { color: '#2d69c7',