Radarr/frontend/src/Components/Table/TableRow.css
2019-06-11 22:06:43 -04:00

7 lines
117 B
CSS

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