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