Update generic.sass

In the latest version of Firefox, the `font-family` is respected for `option`s in a `select`, but not for `option`s in an `optgroup` is a `select`.  This fixes that.
This commit is contained in:
Dan Gowans 2020-09-10 14:52:00 -04:00 committed by Jeremy Thomas
parent 524bb3cdf2
commit 98090feaf8

View File

@ -52,6 +52,7 @@ section
body,
button,
input,
optgroup,
select,
textarea
font-family: $body-family