rui-cruz / Spark-Material

Flex spark based components and skins with Material design by google
Other
26 stars 7 forks source link

DropDown: Selected item lost its background color #8

Closed olafkrueger closed 7 years ago

olafkrueger commented 8 years ago

By clicking an item it lost its background color ("rollOverColor"): dropdownmissingbackgroundcolor

After clicking an item the "rollOverColor" should still be there. (Same behaviour like a button)

rui-cruz commented 8 years ago

Nice catch @ok-at-github, I fixed it by adding css markup "downColor" on commit 3a5c713bff272ba33cd7c6506772748dc55b72bb

olafkrueger commented 8 years ago

You've fixed it faster than I could think about a solution for this ;-) I've just tested it and it just works but FlashBuilder 4.7. fires a warning: fb_4_7_stylewarning Do you've any idea?

rui-cruz commented 8 years ago

Yes, on Intellij don't throw that warning, I've formatted my pc and haven't installed FlashBuilder yet, and I'm missing some key features from FlashBuilder, like creating skins from template.. I tried to find the css markup to replace the "downColor" but I think there isn't! lol anyway I'll have to refactor that, and maybe we can create some custom css markup.

olafkrueger commented 7 years ago

Main issue is fixed.