Skip to content

Commit

Permalink
Restore gaps in links underline in iOS 8+ and Safari 8+
Browse files Browse the repository at this point in the history
This commit reverts 8ed3140.
  • Loading branch information
antons committed Aug 13, 2017
1 parent 73b6b0c commit ff155ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions normalize.css
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit ff155ff

Please sign in to comment.