From ff155ffecdab5d04c420b6c219c974adb34492e2 Mon Sep 17 00:00:00 2001 From: Anton Sotkov Date: Sun, 13 Aug 2017 14:28:20 +0300 Subject: [PATCH] Restore gaps in links underline in iOS 8+ and Safari 8+ This commit reverts 8ed3140d5235da2e8b9d3efec9e4ae161db64d95. --- normalize.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/normalize.css b/normalize.css index fa4e73d..e965db1 100644 --- a/normalize.css +++ b/normalize.css @@ -96,13 +96,11 @@ pre { ========================================================================== */ /** - * 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 */ + background-color: transparent; } /**