diff --git a/normalize.css b/normalize.css index b2fd613..5843ff1 100644 --- a/normalize.css +++ b/normalize.css @@ -45,14 +45,19 @@ video { * 3. * Remove text size adjust tap color for element * Fixes tap color displayed oddly in iOS + * 4. + * Remove iOS text size adjust without disabling user zoom */ html { cursor: default; /* 1 */ overflow-y: scroll; /* 2 */ -webkit-tap-highlight-color: transparent; /* 3 */ + -webkit-text-size-adjust: 100%; /* 4 */ + -ms-text-size-adjust: 100%; /* 4 */ } + /* * Remove margin and hide overflow from element */ diff --git a/normalize.metrics.css b/normalize.metrics.css index 83d607f..42b8518 100644 --- a/normalize.metrics.css +++ b/normalize.metrics.css @@ -3,11 +3,6 @@ * Normalized and personalized sizing and spacing */ -html { - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - body, button input,