mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 22:53:19 +00:00
Fixed: Hover color on override download button
This commit is contained in:
parent
b303e9c21a
commit
3e87870370
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
||||||
height: 20.39px;
|
height: 20.39px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 20.39px;
|
line-height: 20.39px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--iconButtonHoverColor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.interactiveIcon {
|
.interactiveIcon {
|
||||||
|
|
Loading…
Add table
Reference in a new issue