mirror of
https://github.com/Radarr/Radarr
synced 2026-05-09 09:44:02 +02:00
Fixed: Fade out on hover of collection movies in dark mode
This commit is contained in:
parent
e2647deea3
commit
5516d7e3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ $hoverScale: 1.05;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: var(--defaultColor);
|
background-color: var(--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.monitorToggleButton {
|
.monitorToggleButton {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue