is possible in toddle to select children on parent hover event (or other events) without using style sheet? I want to add style to children too on parent event, but like in CSS.
Lucas G
1 month ago
I'd say a <style> element is the best way for now until descendent selectors make it into the UI. Otherwise, you gotta track things via variables and mouse events
❤️1
Unnecessary additional js imo
unicodes
1 month ago
It would be great adding descendent selector. I will use then the style element then. Thank you Lucas!