From e716a8716f07efcf093d34aa45cac987a2862c64 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 18 May 2023 14:28:38 +0100 Subject: [PATCH] Remove fontWeight: bold from matched completion text (#13078) GitOrigin-RevId: c375765ce0ca14200ba11c54ae1ac2c99a09961f --- .../js/features/source-editor/extensions/auto-complete.ts | 1 - 1 file changed, 1 deletion(-) 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',