is there a way to do a direct child selector in ComponentStyle? like this css:
.someClass > ul
or something like that? I’m trying to apply a css hover transition using the parent element as as the hover target, but only have the background colors change on the children if that makes sense. Is there a way to accomplish this?