diff options
| author | Martijn Cuppens <[email protected]> | 2018-08-28 20:11:08 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-02 16:26:18 -0700 |
| commit | 9f53e06e4616288188e02d2d45bcc53b3d069152 (patch) | |
| tree | 36396c59fb9c7d1b4b3182c9ed91918baa760c49 | |
| parent | e3c0b3d3afc0ffd9dc4bdf927bd3adfc4ff65cc6 (diff) | |
| download | bootstrap-9f53e06e4616288188e02d2d45bcc53b3d069152.tar.xz bootstrap-9f53e06e4616288188e02d2d45bcc53b3d069152.zip | |
Remove `-webkit-text-decoration-skip`
| -rw-r--r-- | scss/_reboot.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index f297d095c..8649f0dcf 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; |
