mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Set text-size-adjust to 100%
This commit is contained in:
parent
7855316235
commit
0af84884f5
5
normalize.css
vendored
5
normalize.css
vendored
@ -45,14 +45,19 @@ video {
|
|||||||
* 3.
|
* 3.
|
||||||
* Remove text size adjust tap color for <html> element
|
* Remove text size adjust tap color for <html> element
|
||||||
* Fixes tap color displayed oddly in iOS
|
* Fixes tap color displayed oddly in iOS
|
||||||
|
* 4.
|
||||||
|
* Remove iOS text size adjust without disabling user zoom
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
cursor: default; /* 1 */
|
cursor: default; /* 1 */
|
||||||
overflow-y: scroll; /* 2 */
|
overflow-y: scroll; /* 2 */
|
||||||
-webkit-tap-highlight-color: transparent; /* 3 */
|
-webkit-tap-highlight-color: transparent; /* 3 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 4 */
|
||||||
|
-ms-text-size-adjust: 100%; /* 4 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove margin and hide overflow from <body> element
|
* Remove margin and hide overflow from <body> element
|
||||||
*/
|
*/
|
||||||
|
@ -3,11 +3,6 @@
|
|||||||
* Normalized and personalized sizing and spacing
|
* Normalized and personalized sizing and spacing
|
||||||
*/
|
*/
|
||||||
|
|
||||||
html {
|
|
||||||
-ms-text-size-adjust: 100%;
|
|
||||||
-webkit-text-size-adjust: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,
|
body,
|
||||||
button
|
button
|
||||||
input,
|
input,
|
||||||
|
Loading…
Reference in New Issue
Block a user