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(client): avoid CSS warning in Firefox #9727

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Sep 26, 2023

Summary

See: #9350

Problem

Firefox shows the following CSS warning in the DevTools when opening https://developer.mozilla.org/en-US/docs/Web/CSS/mask-type:

Unexpected token ‘-1’ in media list.

Solution

Add the missing space between - and 1.


How did you test this change?

TBD

Warning was:

> Unexpected token ‘-1’ in media list.
Copy link
Contributor

@fiji-flo fiji-flo left a comment

Choose a reason for hiding this comment

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

:+1

@caugner caugner marked this pull request as ready for review September 26, 2023 15:08
@caugner caugner merged commit 967b786 into main Sep 26, 2023
14 checks passed
@caugner caugner deleted the fix-unexpected-token-in-media-list branch September 26, 2023 15:08
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