1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 06:33:32 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,10 @@
height: 20.39px;
vertical-align: middle;
line-height: 20.39px;
&:hover {
color: var(--iconButtonHoverColor);
}
}
.interactiveIcon {