Alexander Black
09/04/2023, 4:27 PM.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?David Herman
09/04/2023, 6:42 PMcssRule
escape hatchDavid Herman
09/04/2023, 6:43 PM... by ComponentStyle {
cssRule(" > ul") { Modifier... }
}
should work for youAlexander Black
09/04/2023, 7:11 PMDavid Herman
09/04/2023, 7:11 PMAlexander Black
09/04/2023, 7:12 PM