Skip to content

Commit

Permalink
Remove -webkit-text-decoration-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and mdo committed Sep 2, 2018
1 parent e3c0b3d commit 9f53e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ a {
color: $link-color;
text-decoration: $link-decoration;
background-color: transparent; // Remove the gray background on active links in IE 10.
-webkit-text-decoration-skip: objects; // Remove gaps in links underline in iOS 8+ and Safari 8+.

@include hover {
color: $link-hover-color;
Expand Down

0 comments on commit 9f53e06

Please sign in to comment.