You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem exists in Chrome 61, but not in Chrome 60 and Firefox.
Expected Behavior
Text is sharp.
Current Behavior
Text is blurry.
Possible Solution
Maybe override the styles for .ace_editor.ace_autocomplete .ace_completion-highlight to use font-weight: bold instead of text-shadow? I'm not an expert though.
The text was updated successfully, but these errors were encountered:
Issue Description
The bold text in the autocompletion popup is blurry. This text uses
text-shadow
:The problem exists in Chrome 61, but not in Chrome 60 and Firefox.
Expected Behavior
Text is sharp.
Current Behavior
Text is blurry.
Possible Solution
Maybe override the styles for
.ace_editor.ace_autocomplete .ace_completion-highlight
to usefont-weight: bold
instead oftext-shadow
? I'm not an expert though.The text was updated successfully, but these errors were encountered: