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 issue with pseudo classes #82

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SalimBensiali
Copy link

Follow up of #45

@SalimBensiali SalimBensiali changed the base branch from main to 56-selecting-specific-element-also-applies-pseudostate-to-all-its-descendants July 27, 2023 23:21
@SalimBensiali SalimBensiali changed the base branch from 56-selecting-specific-element-also-applies-pseudostate-to-all-its-descendants to main July 27, 2023 23:21
@SalimBensiali
Copy link
Author

Hi @ghengeveld would love your review of this fix. It is another case of the same issue described and fixed in #45

@SalimBensiali
Copy link
Author

Or maybe @shilman ?

@imagoiq
Copy link

imagoiq commented Oct 16, 2023

Could you add as well ::-moz-range-thumb? Should we think differently about all those prefixed properties?

@ghengeveld
Copy link
Member

I think we shouldn't apply pseudo style overrides to any pseudo classes that are applied to pseudo elements (::), because there will never be a classname applied to pseudo elements (e.g. ::after.pseudo-hover is never valid).

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

3 participants