1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed: Hover color on override download button

This commit is contained in:
Stevie Robinson
2023-04-19 19:35:45 +02:00
committed by GitHub
parent b303e9c21a
commit 3e87870370
@@ -72,6 +72,10 @@
height: 20.39px;
vertical-align: middle;
line-height: 20.39px;
&:hover {
color: var(--iconButtonHoverColor);
}
}
.interactiveIcon {