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

fix: toggle buttons on Firefox #1105

Merged
merged 3 commits into from
Nov 24, 2022
Merged

fix: toggle buttons on Firefox #1105

merged 3 commits into from
Nov 24, 2022

Conversation

whizzzkid
Copy link
Contributor

Closes: #1103

@@ -115,7 +115,7 @@
"webpack-merge": "5.8.0"
},
"dependencies": {
"@material/switch": "14.0.0",
"@material/switch": "10.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +61 to +63
type: 'asset/resource',
generator: {
filename: 'assets/[name][ext]'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

firefox sanitizer discards these fonts otherwise.

@whizzzkid whizzzkid marked this pull request as ready for review November 24, 2022 10:09
@lidel lidel changed the title Fixing Buttons on FireFox fix: toggle buttons on Firefox Nov 24, 2022
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you!

@lidel lidel merged commit 40d1ad7 into main Nov 24, 2022
@lidel lidel deleted the fix/button branch November 24, 2022 12:50
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.

Firefox: toggle widget is broken
2 participants