Skip to content

Commit

Permalink
Fix IE 10 active link background color
Browse files Browse the repository at this point in the history
Remove the gray background color from active links in IE 10.

Fix necolasgh-172
  • Loading branch information
necolas committed Jul 2, 2013
1 parent 56af2b1 commit 37b483c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== HEAD

* Remove the gray background color from active links in IE 10.

== 2.1.2 (May 11, 2013)

* Revert root `color` and `background` normalizations.
Expand Down
8 changes: 8 additions & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ body {
Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
background: transparent;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
Expand Down

0 comments on commit 37b483c

Please sign in to comment.