mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
7 lines
123 B
CSS
7 lines
123 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: var(--tableRowHoverBackgroundColor);
|
|
}
|
|
}
|