Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurry text in autocompletion in Chrome 61 on Windows #1491

Closed
hkosova opened this issue Sep 12, 2017 · 1 comment
Closed

Blurry text in autocompletion in Chrome 61 on Windows #1491

hkosova opened this issue Sep 12, 2017 · 1 comment

Comments

@hkosova
Copy link
Contributor

hkosova commented Sep 12, 2017

Q A
Bug or feature request? Bug
Which Swagger/OpenAPI version? 2.0
Which Swagger-Editor version? 3.1.7
How did you install Swagger-Editor? http://editor.swagger.io
Which browser & version? Chrome 61, 64-bit
Which operating system? Windows 7, 64-bit

Issue Description

Chrome blurry image

The bold text in the autocompletion popup is blurry. This text uses text-shadow:

.ace_editor.ace_autocomplete .ace_completion-highlight {
  color: #000;
  text-shadow: 0 0 0.01em;
}

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.

@shockey
Copy link
Contributor

shockey commented Feb 8, 2018

@hkosova, I'm not seeing this in Chrome 63:

Closing; let me know if this is in error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants