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