Remove `-webkit-text-decoration-skip`

This commit is contained in:
Martijn Cuppens 2018-08-28 20:11:08 +02:00 committed by Mark Otto
parent e3c0b3d3af
commit 9f53e06e46
1 changed files with 0 additions and 1 deletions

View File

@ -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;