Are pseudo-classes supported by Flex CSS selectors?
I am looking to change the backgroundColor of a canvas based on mouse over and out. Currently, I am listening to MOUSE_OVER and MOUSE_OUT events and adjusting the styleName property in the handler functions.
Is there a method to define canvasStyle:hover or similar?