mirror of
https://github.com/Radarr/Radarr
synced 2025-12-21 07:43:36 +01:00
7 lines
117 B
CSS
7 lines
117 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: $tableRowHoverBackgroundColor;
|
|
}
|
|
}
|