From 9f53e06e4616288188e02d2d45bcc53b3d069152 Mon Sep 17 00:00:00 2001
From: Martijn Cuppens <martijn.cuppens@gmail.com>
Date: Tue, 28 Aug 2018 20:11:08 +0200
Subject: [PATCH] Remove `-webkit-text-decoration-skip`

---
 scss/_reboot.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index f297d095c4..8649f0dcfe 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -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;
-- 
GitLab