mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
7 lines
117 B
CSS
7 lines
117 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: $tableRowHoverBackgroundColor;
|
|
}
|
|
}
|