Pricing Blog

selecting children on parent hover (style)

  • uunicode-1336820945616375808

    unicodes

    5 months ago

    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.
  • lucasg-1336821342309322763

    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
  • uunicode-1336821678356828260

    unicodes

    5 months ago

    It would be great adding descendent selector. I will use then the style element then. Thank you Lucas!