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

Text is blurry #6

Open
yunyu opened this issue Jun 7, 2017 · 11 comments
Open

Text is blurry #6

yunyu opened this issue Jun 7, 2017 · 11 comments
Labels

Comments

@yunyu
Copy link

yunyu commented Jun 7, 2017

Come to think of it, the edges of the tooltip are blurry too.

@ghosh
Copy link
Owner

ghosh commented Jun 7, 2017

@yunyu Is it blurry for you on the Microtip website too? - https://github.com/ghosh/microtip

@yunyu
Copy link
Author

yunyu commented Jun 7, 2017

@ghosh Nope, but it seems to happen with some other fonts (which make the height/width of the :after an odd number).

@ghosh
Copy link
Owner

ghosh commented Jun 7, 2017

@yunyu Ok, it's a quite a common issue caused by CSS transitions. Will look into it.

@ghosh ghosh added the bug label Jun 7, 2017
@yunyu
Copy link
Author

yunyu commented Jun 7, 2017

I think a workaround would be to add some classes that make the paddings in half pixels

@fireswork
Copy link

+1, i have this problem too

@Muhnad
Copy link
Contributor

Muhnad commented Jun 24, 2017

Hey @yunyu @fireswork

Thanks for submitting the issue but it's will be great if you provide an example of the issue and we will try to fix this ASAP.

@bilalmalkoc
Copy link

Any update for this problem? It happens with position: absolute and translate3d

@Muhnad
Copy link
Contributor

Muhnad commented Apr 29, 2020

Hey @bilalmalkoc, could you pass me a link, please? it'll help me alot

@bilalmalkoc
Copy link

@Muhnad hello. Check share buttons on this page please. Change position to right from source coude. It happens only right.

@ugurcatak
Copy link

ugurcatak commented Oct 26, 2021

translate3d makes it blurry.
[role~="tooltip"][data-microtip-position="top"]:hover::after { transform: translate3d(-50%, -5px, 0); } [role~="tooltip"][data-microtip-position|="top"]::after { transform: translate3d(-50%, 0, 0); }

@aleksandras-va
Copy link

Omitting will-change: transform mitigates the issue. This may impact performance in some way though.

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

No branches or pull requests

7 participants