Skip to content

Commit

Permalink
Only resetting font-family to inherit on these special elements
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Apr 25, 2018
1 parent 151074c commit 32228a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/global_styling/reset/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea, select, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
Expand All @@ -35,6 +34,10 @@ time, mark, audio, video {
vertical-align: baseline;
}

input, textarea, select, button {
font-family: inherit; /* 1 */
}

em {
font-style: italic;
}
Expand Down

0 comments on commit 32228a6

Please sign in to comment.