]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `-webkit-text-decoration-skip`
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 28 Aug 2018 18:11:08 +0000 (20:11 +0200)
committerMark Otto <otto@github.com>
Sun, 2 Sep 2018 23:26:18 +0000 (16:26 -0700)
scss/_reboot.scss

index f297d095c475d053dd93bd479d82132c68693fca..8649f0dcfed017f24f9564f26dd0c83c95250863 100644 (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;