Skip to content
Permalink
Browse files
Remove gaps in links underline in iOS 8+ and Safari 8+ (#573)
  • Loading branch information
hudochenkov authored and Jonathan Neal committed Apr 11, 2016
1 parent e31503b commit 8ed3140d5235da2e8b9d3efec9e4ae161db64d95
Showing 1 changed file with 4 additions and 2 deletions.
@@ -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 */
}

/**

0 comments on commit 8ed3140

Please sign in to comment.