sakura
sakura copied to clipboard
Moves [disabled] selector in front of ::file-selector-button
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.
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 |
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 )