diff --git a/normalize.css b/normalize.css index 08f895079..42f76d030 100644 --- a/normalize.css +++ b/normalize.css @@ -4,12 +4,14 @@ * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. + * 3. Remove highlight when tapping links in iOS */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ + -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */ } /**