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

Some tab titles look blurry #52

Closed
ShahedFaisal opened this issue Nov 8, 2017 · 3 comments
Closed

Some tab titles look blurry #52

ShahedFaisal opened this issue Nov 8, 2017 · 3 comments
Milestone

Comments

@ShahedFaisal
Copy link

Please see the screenshot below.

2017-11-09 1

Browser version: Firefox 57.0
Add-on version: 2.0b1

@nt1m
Copy link
Owner

nt1m commented Nov 8, 2017

Thanks for reporting! This a problem with the WebExtensions API: https://bugzilla.mozilla.org/show_bug.cgi?id=1404688

Unfortunately, it probably will be fixed only in 58 or 59.

@nt1m
Copy link
Owner

nt1m commented Nov 8, 2017

@ShahedFaisal

You can work around this by adding this to userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

:root, .tabbrowser-tab { 
  text-shadow: none !important; 
}

@nt1m
Copy link
Owner

nt1m commented Apr 12, 2018

I landed a fix in Firefox 60 for https://bugzilla.mozilla.org/show_bug.cgi?id=1404688

Planning to fix this for version 3 of VivaldiFox :)

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