sakura icon indicating copy to clipboard operation
sakura copied to clipboard

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

Open fstanis opened this issue 1 year ago • 2 comments

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.

fstanis avatar Jan 24 '24 19:01 fstanis

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

vercel[bot] avatar Jan 24 '24 19:01 vercel[bot]

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 )

h-banii avatar Jan 28 '24 09:01 h-banii