Lidarr/frontend/src/Components/Table/TableRow.css

8 lines
117 B
CSS

.row {
transition: background-color 500ms;
&:hover {
background-color: $tableRowHoverBackgroundColor;
}
}