mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix IE 10 active link background color
Remove the gray background color from active links in IE 10. Fix gh-172
This commit is contained in:
parent
56af2b1170
commit
37b483c1e1
@ -1,5 +1,7 @@
|
|||||||
== HEAD
|
== HEAD
|
||||||
|
|
||||||
|
* Remove the gray background color from active links in IE 10.
|
||||||
|
|
||||||
== 2.1.2 (May 11, 2013)
|
== 2.1.2 (May 11, 2013)
|
||||||
|
|
||||||
* Revert root `color` and `background` normalizations.
|
* Revert root `color` and `background` normalizations.
|
||||||
|
8
normalize.css
vendored
8
normalize.css
vendored
@ -79,6 +79,14 @@ body {
|
|||||||
Links
|
Links
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Remove the gray background color from active links in IE 10.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Address `outline` inconsistency between Chrome and other browsers.
|
* Address `outline` inconsistency between Chrome and other browsers.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user