Flex 4 descendant pseudo selectors with CSS

fivefingersln

New Member
Flex 4 offers descendant css selectors and pseudo-selectors like:\[code\]s|DropDownList:eek:pen { font-size: 11;}s|DropDownList #labelDisplay { font-size: 12;}\[/code\]However, if I combine these two an wanted to do something like this, it doesn't seem to work:\[code\]s|DropDownList:eek:pen #labelDisplay { font-size: 13;}\[/code\]Is this possible with descendant pseudo-selectors?(Of course I could use a \[code\]styleName.open\[/code\] property on \[code\]labelDisplay\[/code\], but I think using pseudo-selectors is a more elegant solution)
 
Top