Просмотр исходного кода

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

GitOrigin-RevId: c375765ce0ca14200ba11c54ae1ac2c99a09961f
Alf Eaton 3 лет назад
Родитель
Сommit
40eac4bd67
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      services/web/frontend/js/features/source-editor/extensions/auto-complete.ts

+ 0 - 1
services/web/frontend/js/features/source-editor/extensions/auto-complete.ts

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