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:
parent
524bb3cdf2
commit
98090feaf8
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ section
|
|||
body,
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea
|
||||
font-family: $body-family
|
||||
|
|
Loading…
Add table
Reference in a new issue