From 98090feaf81f4e30a8d0e7d2ab654ca8e82fb71f Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 10 Sep 2020 14:52:00 -0400 Subject: [PATCH] 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. --- sass/base/generic.sass | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2