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
5 months 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
Unnecessary additional js imo
unicodes
5 months ago
It would be great adding descendent selector. I will use then the style element then. Thank you Lucas!