From 7f3553ad3b3b616dd138cbfcb5f0470bbc062ceb Mon Sep 17 00:00:00 2001 From: Anton Sotkov Date: Sun, 13 Aug 2017 19:09:56 +0300 Subject: [PATCH] remove -webkit-text-decoration-skip override --- modules/primer-base/lib/normalize.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/primer-base/lib/normalize.scss b/modules/primer-base/lib/normalize.scss index bca298e757..8152aa3aed 100644 --- a/modules/primer-base/lib/normalize.scss +++ b/modules/primer-base/lib/normalize.scss @@ -89,13 +89,11 @@ template, /* 1 */ ========================================================================== */ /** - * 1. Remove the gray background on active links in IE 10. - * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. + * Remove the gray background on active links in IE 10. */ a { background-color: transparent; /* 1 */ - -webkit-text-decoration-skip: objects; /* 2 */ } /**