Skip to content

Commit 8ed3140

Browse files
hudochenkovJonathan Neal
authored andcommitted
Remove gaps in links underline in iOS 8+ and Safari 8+ (#573)
1 parent e31503b commit 8ed3140

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

normalize.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ template, /* 1 */
8585
========================================================================== */
8686

8787
/**
88-
* Remove the gray background on active links in IE 10.
88+
* 1. Remove the gray background on active links in IE 10.
89+
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
8990
*/
9091

9192
a {
92-
background-color: transparent;
93+
background-color: transparent; /* 1 */
94+
-webkit-text-decoration-skip: objects; /* 2 */
9395
}
9496

9597
/**

0 commit comments

Comments
 (0)