Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ video {
/*
* 1. Add vertical scrollbar to <html> element
* Keeps page centred in all browsers regardless of content height
* 2. Remove iOS tap highlight color to prevent entire container being highlighted
* 2. Remove Android and iOS tap highlight color to prevent entire container being highlighted
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
* 3. Remove iOS text size adjust without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/

html {
overflow-y: scroll; /* 1 */
-webkit-tap-highlight-color: transparent; /* 2 */
-webkit-tap-highlight-color: rgba(255, 255, 255,0 ); /* 2 */
-webkit-text-size-adjust: 100%; /* 3 */
-ms-text-size-adjust: 100%;
}
Expand Down Expand Up @@ -402,4 +402,4 @@ td {
padding: 0;
text-align: left;
vertical-align: middle;
}
}