We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31503b commit 8ed3140Copy full SHA for 8ed3140
normalize.css
@@ -85,11 +85,13 @@ template, /* 1 */
85
========================================================================== */
86
87
/**
88
- * Remove the gray background on active links in IE 10.
+ * 1. Remove the gray background on active links in IE 10.
89
+ * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
90
*/
91
92
a {
- background-color: transparent;
93
+ background-color: transparent; /* 1 */
94
+ -webkit-text-decoration-skip: objects; /* 2 */
95
}
96
97
0 commit comments