Daniele B
09/22/2020, 3:02 PMtr {
attrs {
onMouseOver = { HOW DO I CHANGE BG COLOR? }
}
}
I guess I need to use the onMouseOver
attribute. But how do I change the background color programmatically?Bahaa Kallas
09/22/2020, 3:06 PMDaniele B
09/22/2020, 3:34 PMstyledTr.css {
hover {
backgroundColor = Color.yellow
}
}