@@ -78,17 +78,6 @@ figure {
7878 margin : 1em 40px ;
7979}
8080
81- /* *
82- * 1. Add the correct box sizing in Firefox.
83- * 2. Show the overflow in Edge and IE.
84- */
85-
86- hr {
87- box-sizing : content-box ; /* 1 */
88- height : 0 ; /* 1 */
89- overflow : visible ; /* 2 */
90- }
91-
9281/* *
9382* 1. Correct the inheritance and scaling of font size in all browsers.
9483* 2. Correct the odd `em` font sizing in all browsers.
@@ -141,18 +130,6 @@ strong {
141130 font-weight : bolder ;
142131}
143132
144- /* *
145- * 1. Correct the inheritance and scaling of font size in all browsers.
146- * 2. Correct the odd `em` font sizing in all browsers.
147- */
148-
149- code ,
150- kbd ,
151- samp {
152- font-family : monospace , monospace ; /* 1 */
153- font-size : 1em ; /* 2 */
154- }
155-
156133/* *
157134* Add the correct font style in Android 4.3-.
158135*/
@@ -178,27 +155,6 @@ small {
178155 font-size : 80% ;
179156}
180157
181- /* *
182- * Prevent `sub` and `sup` elements from affecting the line height in
183- * all browsers.
184- */
185-
186- sub ,
187- sup {
188- font-size : 75% ;
189- line-height : 0 ;
190- position : relative ;
191- vertical-align : baseline ;
192- }
193-
194- sub {
195- bottom : -0.25em ;
196- }
197-
198- sup {
199- top : -0.5em ;
200- }
201-
202158/* Embedded content
203159========================================================================== */
204160
@@ -220,14 +176,6 @@ audio:not([controls]) {
220176 height : 0 ;
221177}
222178
223- /* *
224- * Remove the border on images inside links in IE 10-.
225- */
226-
227- img {
228- border-style : none ;
229- }
230-
231179/* *
232180* Hide the overflow in IE.
233181*/
@@ -372,83 +320,3 @@ textarea {
372320[type = " number" ]::-webkit-outer-spin-button {
373321 height : auto ;
374322}
375-
376- /* *
377- * 1. Correct the odd appearance in Chrome and Safari.
378- * 2. Correct the outline style in Safari.
379- */
380-
381- [type = " search" ] {
382- -webkit-appearance : textfield; /* 1 */
383- outline-offset : -2px ; /* 2 */
384- }
385-
386- /* *
387- * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
388- */
389-
390- [type = " search" ]::-webkit-search-cancel-button ,
391- [type = " search" ]::-webkit-search-decoration {
392- -webkit-appearance : none ;
393- }
394-
395- /* *
396- * 1. Correct the inability to style clickable types in iOS and Safari.
397- * 2. Change font properties to `inherit` in Safari.
398- */
399-
400- ::-webkit-file-upload-button {
401- -webkit-appearance : button; /* 1 */
402- font : inherit ; /* 2 */
403- }
404-
405- /* Interactive
406- ========================================================================== */
407-
408- /*
409- * Add the correct display in IE 9-.
410- * 1. Add the correct display in Edge, IE, and Firefox.
411- */
412-
413- details , /* 1 */
414- menu {
415- display : block ;
416- }
417-
418- /*
419- * Add the correct display in all browsers.
420- */
421-
422- summary {
423- display : list-item ;
424- }
425-
426- /* Scripting
427- ========================================================================== */
428-
429- /* *
430- * Add the correct display in IE 9-.
431- */
432-
433- canvas {
434- display : inline-block ;
435- }
436-
437- /* *
438- * Add the correct display in IE.
439- */
440-
441- template {
442- display : none ;
443- }
444-
445- /* Hidden
446- ========================================================================== */
447-
448- /* *
449- * Add the correct display in IE 10-.
450- */
451-
452- [hidden ] {
453- display : none ;
454- }
0 commit comments