Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optgroup to the list of tags that have font-family set #3107

Merged
merged 1 commit into from
Sep 10, 2020
Merged

Add optgroup to the list of tags that have font-family set #3107

merged 1 commit into from
Sep 10, 2020

Conversation

dangowans
Copy link
Contributor

In the latest version of Firefox (and possibly other browsers), the font-family is respected for options in a select, but not for options in an optgroup is a select. This fixes that.

This is a bugfix.

Proposed solution

Add optgroup to the list of tags that have font-family set.

Tradeoffs

None.

Testing Done

In my own project. Note that I'm using the Barlow font in my project.

Before

optgroup-before

After

optgroup-after

Changelog updated?

No.

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.
@dangowans dangowans changed the title Update generic.sass Add optgroup to the list of tags that have font-family set Sep 10, 2020
@jgthms jgthms merged commit 98090fe into jgthms:master Sep 10, 2020
@dangowans dangowans deleted the patch-4 branch September 10, 2020 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants