-
Notifications
You must be signed in to change notification settings - Fork 841
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
CSS pseudo selectors #650
Comments
I'd really recommend the |
I'm not sure if |
Europython spriters: this may be a challenging one. Mention me if you need assistance. |
hi there, I'm from EuroPython and I would like to take this issue. |
Good luck! |
Assuming this is stale. Will revisit psuedo selectors at some point in the future. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
We should implement more pseudo selectors in Textual.
It will be really nice in combination with queries, for instance to remove the last child in a list:
And of course for general styling.
I'm thinking of
last-child
andfirst-child
, but we could implement any that make sense.See https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes for a list of pseudo selectors.
The text was updated successfully, but these errors were encountered: