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

8 lines
95 B
CSS

.row {
transition: background-color 500ms;
&:hover {
background-color: #fafbfc;
}
}