Good morning,
I create a style to set the row hovered color of a perspective table.
If I set it directly in this way it works of course for all the tables:
} .ia_tableComponent__body__row--hovered { color: black; } {
I would like to set it specifically for one single table so I set it like this:
} .psc-Tabelle\/RowHovered .ia_tableComponent__body__row--hovered { color: black; } {
But actually I don't know where I have to set the class style in the table