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

Fixed overly bold icons in Firefox Mac #8581

Merged
merged 1 commit into from
Feb 18, 2017

Conversation

TandyCorp
Copy link
Contributor

@TandyCorp TandyCorp commented Feb 16, 2017

Firefox on the Mac renders the icons in an overly bold style '-webkit-font-smoothing: antialiased;' is included in this file to address the issue on most webkit browsers but it doesn't help with firefox on the Mac. adding -moz-osx-font-smoothing: grayscale; performs the equivalent function for firefox.

Firefox on the Mac renders the icons in an overly bold style '-webkit-font-smoothing: antialiased;' is included in this file to address the issue on most webkit browsers but it doesn't help with firefox on the Mac. adding -moz-osx-font-smoothing: grayscale; performs the equivalent function for firefox.
@vrann vrann added this to the February 2017 milestone Feb 16, 2017
@vrann vrann self-assigned this Feb 16, 2017
@vrann vrann self-requested a review February 16, 2017 17:38
@vrann vrann added Progress: accept Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development improvement labels Feb 16, 2017
@mmansoor-magento mmansoor-magento merged commit 46c7c42 into magento:develop Feb 18, 2017
@vrann vrann added the simple label Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: accept
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants