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/

Reply via email to