I recently used MDL in a non-FlexJS project. Here's how I changed the list item background color on roll over using CSS:
a:hover.mdl-list__item { background: #f0f0f0; } I assume that you can do something similar with FlexJS. - Josh On Tue, Feb 14, 2017 at 8:40 AM, sankar <santanu4...@gmail.com> wrote: > Hi, > > Why the List component missing features like roll-over and selection? I > know > these features wasn't available to original MDL library List component too, > but isn't this a bit odd? A general List component is very unlike to not > have these usual features! > > Is there any beads or some CSS can add these features to List component? > > Thanks! > > > > -- > View this message in context: http://apache-flex- > development.2333347.n4.nabble.com/FlexJS-MDL-List-problems- > tp56607p59388.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >