Skip to content

Commit

Permalink
Update generic.sass
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dangowans authored and jgthms committed Sep 10, 2020
1 parent 524bb3c commit 98090fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/base/generic.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ section
body,
button,
input,
optgroup,
select,
textarea
font-family: $body-family
Expand Down

0 comments on commit 98090fe

Please sign in to comment.