You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a jsfiddle with an example: https://jsfiddle.net/5oczux7d/
If you remove the last test-button::part(button):hover rule it will no longer change to blue.
Reason for wanting this to work
I'm using tailwind to generate an interactive-bg-surface class which uses nested :hover states:
My understanding is that these two should be technically identical to each other except the nested hover does not seem to work in any browser.
Here is a jsfiddle with an example: https://jsfiddle.net/5oczux7d/
If you remove the last
test-button::part(button):hover
rule it will no longer change to blue.Reason for wanting this to work
I'm using tailwind to generate an interactive-bg-surface class which uses nested :hover states:
Which I then apply to my custom element part:
But since the nested
:hover
state doesn't work, I have to instead generate the focus bg colors and make a separate rule for it.The text was updated successfully, but these errors were encountered: