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; } /**