mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04:00
8 lines
123 B
CSS
8 lines
123 B
CSS
.row {
|
|
transition: background-color 500ms;
|
|
|
|
&:hover {
|
|
background-color: var(--tableRowHoverBackgroundColor);
|
|
}
|
|
}
|