SackCastellon
06/13/2018, 11:31 AMhiddenPrice
) is applied to some cells in that row:
hiddenPrice {
fontStyle = FontPosture.ITALIC
textFill = Color.GREY
highlightTextFill = Color.WHITE // Which one is the correct CSS rule?
}
But when the cell is seleced the text color doesn't change to white
https://i.gyazo.com/0bc1d88b30ccece739cc2d884fc8c45a.mp4
Does anybody know how to fix this?SackCastellon
06/13/2018, 3:47 PMtableRowCell {
hiddenPrice {
fontStyle = FontPosture.ITALIC
textFill = Color.GREY
}
}
tableRowCell and focused and filled and selected {
hiddenPrice {
textFill = Color.WHITE
}
}