From 5f9a85486c0a522ba4e61b4059a6ad5adbe55de7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Jan 2021 19:13:03 -0800 Subject: [PATCH] Remove tap highlight --- scss/_reboot.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 973b5d16c..7f03d09ff 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -41,7 +41,6 @@ // 1. Remove the margin in all browsers. // 2. As a best practice, apply a default `background-color`. // 3. Prevent adjustments of font size after orientation changes in iOS. -// 4. Change the default tap highlight to be completely transparent in iOS. body { margin: 0; // 1 @@ -53,7 +52,6 @@ body { text-align: $body-text-align; background-color: $body-bg; // 2 -webkit-text-size-adjust: 100%; // 3 - -webkit-tap-highlight-color: rgba($black, 0); // 4 }