## The bug When having an unassuming stylesheet like this ```scss #root > *, Button:hover { border: solid red } ``` moving your mouse around can make each restyle take much much longer. https://github.com/user-attachments/assets/cb0fd608-7eca-4992-8b78-459f116263d6 Script used: https://github.com/NSPC911/textual-trials/blob/master/lagging-mouse.py This effect worsens with more style definitions.
The bug
When having an unassuming stylesheet like this
moving your mouse around can make each restyle take much much longer.
2026-06-26_23-41-53.mp4
Script used: https://github.com/NSPC911/textual-trials/blob/master/lagging-mouse.py
This effect worsens with more style definitions.