Merge "Add font: inherit to input, textarea, select, button"

This commit is contained in:
Becky Siegel
2017-09-06 18:01:59 +00:00
committed by Gerrit Code Review

View File

@@ -38,6 +38,12 @@ limitations under the License.
margin: 0;
padding: 0;
}
input,
textarea,
select,
button {
font: inherit;
}
body {
line-height: 1;
}