Skip to content

Commit ff155ff

Browse files
committed
Restore gaps in links underline in iOS 8+ and Safari 8+
This commit reverts 8ed3140.
1 parent 73b6b0c commit ff155ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

normalize.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ pre {
9696
========================================================================== */
9797

9898
/**
99-
* 1. Remove the gray background on active links in IE 10.
100-
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
99+
* Remove the gray background on active links in IE 10.
101100
*/
102101

103102
a {
104-
background-color: transparent; /* 1 */
105-
-webkit-text-decoration-skip: objects; /* 2 */
103+
background-color: transparent;
106104
}
107105

108106
/**

0 commit comments

Comments
 (0)