]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update generic.sass
authorDan Gowans <dangowans@users.noreply.github.com>
Thu, 10 Sep 2020 18:52:00 +0000 (14:52 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 10 Sep 2020 19:16:57 +0000 (20:16 +0100)
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.

sass/base/generic.sass

index 75d6efd800e65bfc83c679d7cfb356123b195b69..d067bb001752f4714f6098430fb02f806ceb49a9 100644 (file)
@@ -52,6 +52,7 @@ section
 body,
 button,
 input,
+optgroup,
 select,
 textarea
   font-family: $body-family