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

8 lines
117 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.row {
transition: background-color 500ms;
&:hover {
2018-03-15 01:28:46 +00:00
background-color: $tableRowHoverBackgroundColor;
2017-09-04 02:20:56 +00:00
}
}