Skip to content

Commit 09be23f

Browse files
committed
Leave default webkit-tap-highlight-color in place. Fix necolas#23
1 parent 775989f commit 09be23f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

normalize.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-08-03T09:38 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-08-03T09:41 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -58,18 +58,15 @@ audio:not([controls]) {
5858
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
5959
* http://clagnut.com/blog/348/#c790
6060
* 2. Keeps page centred in all browsers regardless of content height
61-
* 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted
62-
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
63-
* 4. Prevents iOS text size adjust after orientation change, without disabling user zoom
61+
* 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
6462
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
6563
*/
6664

6765
html {
6866
font-size: 100%; /* 1 */
6967
overflow-y: scroll; /* 2 */
70-
-webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
71-
-webkit-text-size-adjust: 100%; /* 4 */
72-
-ms-text-size-adjust: 100%; /* 4 */
68+
-webkit-text-size-adjust: 100%; /* 3 */
69+
-ms-text-size-adjust: 100%; /* 3 */
7370
}
7471

7572
/*

0 commit comments

Comments
 (0)