Skip to content

Commit 3a62048

Browse files
MoOxnecolas
authored andcommitted
Only alter 'background-color' of links in IE 10
Close #337
1 parent 5962c89 commit 3a62048

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
=== HEAD
22

3+
* Only alter `background-color` of links in IE 10.
34
* Add `menu` element to HTML5 display definitions.
45

56
=== 3.0.1 (March 27, 2014)

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ template {
8686
*/
8787

8888
a {
89-
background: transparent;
89+
background-color: transparent;
9090
}
9191

9292
/**

0 commit comments

Comments
 (0)