amanda.hinchman-dominguez
11/07/2018, 4:51 PMs(listCell and selected) {
            backgroundColor += Color.TRANSPARENT
        }Ruckus
11/07/2018, 5:02 PMlistCell and selected {
    ...
}
You really only need the s(...) for multiple selections (e.g.
s(
    listCell and selected,
    customCell and selected
) {
    ...
}
)Ruckus
11/07/2018, 5:07 PMs(listCell, customCell) {
    and(selected) {
        ...
    }
}
And the Cartesian selectors would be generated for you.thomasnield
11/07/2018, 5:08 PMtableCell?Ruckus
11/07/2018, 5:11 PMTableView, but assuming that's the appropriate selector, sure.Ruckus
11/07/2018, 5:11 PMthomasnield
11/07/2018, 5:14 PMRuckus
11/07/2018, 5:17 PMRuckus
11/07/2018, 5:23 PM.table-cell and .table-row-cell are used in Modena, so maybe they should be added, along with .tree-table-cell and .tree-table-row-cell.thomasnield
11/07/2018, 6:11 PM