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

Moves [disabled] selector in front of ::file-selector-button #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fstanis
Copy link

@fstanis fstanis commented Jan 24, 2024

When I tried using using sakura.css with Parcel, I received the following confusing error:

@parcel/transformer-css: Invalid state

It turned out that this [disabled] selector is to blame, since per Selectors Level 4 spec:

Pseudo-elements are featureless, and so can’t be matched by any other selector.

Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sakura ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 7:01pm

@h-banii
Copy link

h-banii commented Jan 28, 2024

this seems to be the same issue I was having with disabled buttons (they are not being displayed correctly) #120

( OBS.: you should probably change the scss files, since the css ones are auto-generated. I'm almost done with a PR that I think might solve your issue too )

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.

None yet

2 participants