Skip to content
Permalink
Browse files
Restore gaps in links underline in iOS 8+ and Safari 8+
This commit reverts 8ed3140.
  • Loading branch information
antons committed Aug 13, 2017
1 parent 73b6b0c commit ff155ffecdab5d04c420b6c219c974adb34492e2
Showing 1 changed file with 2 additions and 4 deletions.
@@ -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;
}

/**

0 comments on commit ff155ff

Please sign in to comment.