Skip to content

Commit

Permalink
Remove gaps in links underline in iOS 8+ and Safari 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Apr 11, 2016
1 parent e31503b commit fd7b037
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

/**
Expand Down

0 comments on commit fd7b037

Please sign in to comment.