Merge pull request #558 from XiBOR/master

Combine two same selectors
This commit is contained in:
Jonathan Neal 2016-03-26 12:37:16 -04:00
commit e24c003526

18
normalize.css vendored
View File

@ -248,14 +248,16 @@ hr {
========================================================================== */
/**
* Change font properties to `inherit` in all browsers (opinionated).
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
font: inherit;
font: inherit; /* 1 */
margin: 0; /* 2 */
}
/**
@ -278,18 +280,6 @@ select { /* 2 */
overflow: visible;
}
/**
* Remove the margin in Safari.
* 1. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea { /* 1 */
margin: 0;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.