Skip to content
Permalink
Browse files
Inherit font family for inputs
  • Loading branch information
Sky161 authored and necolas committed Feb 8, 2018
1 parent ff155ff commit ca8a357baf6e724ab84843ac4607f8d2024cf0f8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -240,7 +240,7 @@ input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */

0 comments on commit ca8a357

Please sign in to comment.