Created
January 16, 2014 15:58
-
-
Save jesgundy/8457408 to your computer and use it in GitHub Desktop.
Method to trigger IE8's redraw for icon fonts. (Currently untested)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This triggers a redraw in IE to Fix IE8's :before content rendering. | |
html:hover [class^="icon-"] { | |
-ms-zoom: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment