aharui commented on issue #644: How to use nth-child in Css file URL: https://github.com/apache/royale-asjs/issues/644#issuecomment-570126669 The emulation components shouldn't need to support fancy CSS like nth-child since Flex didn't support it so it isn't a priority in my list currently. Folks who want to can look at past commits that allowed other fancy CSS and upgrade support in the compiler. From the emulation components perspective, the question is what the higher-level goal is. In Flex, subclasses or styleNames/classNames are added to specific children and then styled using less-fancy CSS. Or, IOW, what was working in Flex that isn't working in Royale? Highlighting some selected item? Whatever it is, it probably means that the way Flex supported custom visuals needs to be emulated in Royale.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
