Commit 9f53e06e authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Remove `-webkit-text-decoration-skip`

parent e3c0b3d3
Showing with 0 additions and 1 deletion
+0 -1
...@@ -199,7 +199,6 @@ a { ...@@ -199,7 +199,6 @@ a {
color: $link-color; color: $link-color;
text-decoration: $link-decoration; text-decoration: $link-decoration;
background-color: transparent; // Remove the gray background on active links in IE 10. 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 { @include hover {
color: $link-hover-color; color: $link-hover-color;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment