afonsolage / bevy_ecss

Bevy crate which uses a subset of CSS to update Bevy ECS components
Apache License 2.0
98 stars 11 forks source link

feat(pseudo-class): add active pseudo class #60

Closed Xenira closed 4 months ago

Xenira commented 4 months ago

Added a :active pseudo-class for Interaction::Pressed

Xenira commented 4 months ago

Give me a sec to make clippy happy :)

Xenira commented 4 months ago

Turns out to not be in my changes, but should be happy now.