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

Pin icon fix #15

Closed
wants to merge 2 commits into from
Closed

Pin icon fix #15

wants to merge 2 commits into from

Conversation

luisaugusto
Copy link

@luisaugusto luisaugusto commented Jan 21, 2020

While using the various icons, I noticed that the pin icon has an issue rendering on Firefox when it is scaled:

Screen Shot 2020-01-21 at 9 59 09 AM

This is due to the box-shadow property being set to inset while also using the transform property to scale the item. It works well in all other browsers except Firefox. To resolve the issue, I replaced the box-shadow with a border: 2px solid and adjusted the circle to be placed correctly in the pin with the new offset being at the border. The icon looks exactly the same as it had been before, but now renders correctly across all browsers.

@astrit
Copy link
Owner

astrit commented Jan 22, 2020

@luisaugusto thank you very much for the fix.
Can you share with me what version is your browser since I don't see same problem.

Will merge ASAP.

@luisaugusto
Copy link
Author

@astrit thanks, I tried it in both Firefox 72.0.2 and 73.0b8. I'm running on MacOS 10.15.2.

@astrit astrit added this to In progress in Issues Feb 5, 2020
@astrit
Copy link
Owner

astrit commented Apr 24, 2020

This PR is no longer possible to be merged since there is a local generator for all icons and needs to be there first but the issue mentioned is fixed.

Unfortunately I have to close it, I apologize for the inconvinience.

@astrit astrit closed this Apr 24, 2020
Issues automation moved this from In progress to Done Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Issues
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants