Kaynağa Gözat

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

GitOrigin-RevId: c375765ce0ca14200ba11c54ae1ac2c99a09961f
Alf Eaton 3 yıl önce
ebeveyn
işleme
40eac4bd67

+ 0 - 1
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',