Skip to content

Instantly share code, notes, and snippets.

@ceme
Last active January 2, 2019 09:39
Show Gist options
  • Save ceme/6641682 to your computer and use it in GitHub Desktop.
Save ceme/6641682 to your computer and use it in GitHub Desktop.
IE 10 specific styles with media query
/**** IE 10 specific styles ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#stupidIE10Fix {color: red;}
}
@adedip
Copy link

adedip commented Jan 2, 2019

I'm afraid this targets IE 11 too 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment