mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
committed by
Jeremy Thomas
parent
524bb3cdf2
commit
98090feaf8
@@ -52,6 +52,7 @@ section
|
|||||||
body,
|
body,
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
|
optgroup,
|
||||||
select,
|
select,
|
||||||
textarea
|
textarea
|
||||||
font-family: $body-family
|
font-family: $body-family
|
||||||
|
|||||||
Reference in New Issue
Block a user