Closed ttiras closed 4 years ago
@ttiras What's the CSS you're trying to use for the row?
Generally you'd go: .sticky-table-row:hover .sticky-table-cell { background-color: black }
Hover styles on display: table-row
are inconsistent in browsers
Hover styles on
display: table-row
are inconsistent in browsers
this is the knowledge i was looking for.
thank you.
It is not possible to apply styling to rows. How can i implement bg-color on hover?