Hi, I'm trying your code in that example and all is working fine for me, at least what I understand for your explanation. Maybe your're trying something different or I'm not understanding right what you want to do. Can reformulate the question?
thanks 2018-07-10 12:02 GMT+02:00 pynenburgad <[email protected]>: > Hi all, > > I’ve been trying, using the JewelList example [1], to adapt the Jewel CSS > Theme List item.hover style in order to make the item hover style color > different from the item.selected style color, by inserting an <fx:Style> > block into the main/initialView mxml file: > > <fx:Style> > .jewel.item:hover { > background: #A2D6F5; > } > </fx:Style> > > However, a list item displays this custom hover style color only after this > list item has previously been selected [2]. A not-yet selected list item > will show the standard Jewel Theme hover style color [3]. > > Any ideas? > > Thanks in advance, > Ad > > [1] Adding an item to a Jewel List > https://royale.apache.org/adding-an-item-to-a-jewel-list/ > <https://royale.apache.org/adding-an-item-to-a-jewel-list/> > [2] https://snag.gy/jBJRrs.jpg <https://snag.gy/jBJRrs.jpg> > [3] https://snag.gy/whr6eI.jpg <https://snag.gy/whr6eI.jpg> > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Carlos Rovira http://about.me/carlosrovira
