stylesheet
stylesheet copied to clipboard
Style :drop(active) pseudo class
Problem
To make it clearer that a widget accepts a drop, we can style the :drop(active) pseudo class
Proposal
It looks like this class applies to:
- [ ] Entry
- [ ] TextView
In Gtk3 I'm also able to confirm it applies to listbox rows
Prior Art (Optional)
No response