Skip to content

Commit 800b108

Browse files
authored
Merge pull request #320 from antons/webkit-text-decoration-skip
remove -webkit-text-decoration-skip override
2 parents 866e4da + 7f3553a commit 800b108

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/primer-base/lib/normalize.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ template, /* 1 */
8989
========================================================================== */
9090

9191
/**
92-
* 1. Remove the gray background on active links in IE 10.
93-
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
92+
* Remove the gray background on active links in IE 10.
9493
*/
9594

9695
a {
9796
background-color: transparent; /* 1 */
98-
-webkit-text-decoration-skip: objects; /* 2 */
9997
}
10098

10199
/**

0 commit comments

Comments
 (0)