From: Dan Gowans Date: Thu, 10 Sep 2020 18:52:00 +0000 (-0400) Subject: Update generic.sass X-Git-Tag: 0.9.1~10 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=98090feaf81f4e30a8d0e7d2ab654ca8e82fb71f;p=thirdparty%2Fbulma.git 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. --- diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 75d6efd80..d067bb001 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -52,6 +52,7 @@ section body, button, input, +optgroup, select, textarea font-family: $body-family