Remove gaps in links underline in iOS 8+ and Safari 8+ (#573)

This commit is contained in:
Aleks Hudochenkov 2016-04-11 15:59:42 +03:00 committed by Jonathan Neal
parent e31503b635
commit 8ed3140d52

6
normalize.css vendored
View File

@ -85,11 +85,13 @@ template, /* 1 */
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**