Readarr/frontend/src/Components/Table/TableRow.css
2018-03-14 21:28:46 -04:00

7 lines
117 B
CSS

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