mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
8 lines
117 B
CSS
8 lines
117 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: $tableRowHoverBackgroundColor;
|
|
}
|
|
}
|