Skip to content

Commit

Permalink
Merge pull request #320 from antons/webkit-text-decoration-skip
Browse files Browse the repository at this point in the history
remove -webkit-text-decoration-skip override
  • Loading branch information
broccolini authored Nov 8, 2017
2 parents 866e4da + 7f3553a commit 800b108
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/primer-base/lib/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@ template, /* 1 */
========================================================================== */

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

/**
Expand Down

0 comments on commit 800b108

Please sign in to comment.