Last active
January 2, 2019 09:39
-
-
Save ceme/6641682 to your computer and use it in GitHub Desktop.
IE 10 specific styles with media query
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
/**** IE 10 specific styles ***/ | |
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { | |
#stupidIE10Fix {color: red;} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid this targets IE 11 too 😢