Restore gaps in links underline in iOS 8+ and Safari 8+

This commit reverts 8ed3140d52.
This commit is contained in:
Anton Sotkov 2017-08-13 14:28:20 +03:00
parent 73b6b0c7e8
commit ff155ffecd

View File

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