_sass/vendor/normalize.scss/normalize.scss in just-the-docs-0.8.2 vs _sass/vendor/normalize.scss/normalize.scss in just-the-docs-0.9.0

- old
+ new

@@ -8,11 +8,11 @@ * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ + text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ @@ -60,11 +60,11 @@ * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { - font-family: monospace, monospace; /* 1 */ + font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ @@ -103,11 +103,11 @@ */ code, kbd, samp { - font-family: monospace, monospace; /* 1 */ + font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. @@ -196,11 +196,11 @@ button, [type="button"], [type="reset"], [type="submit"] { - -webkit-appearance: button; + appearance: button; } /** * Remove the inner border and padding in Firefox. */ @@ -288,28 +288,28 @@ * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { - -webkit-appearance: textfield; /* 1 */ + appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { - -webkit-appearance: none; + appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ + appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */