Fixed: Hover color on override download button
This commit is contained in:
parent
b303e9c21a
commit
3e87870370
|
@ -72,6 +72,10 @@
|
|||
height: 20.39px;
|
||||
vertical-align: middle;
|
||||
line-height: 20.39px;
|
||||
|
||||
&:hover {
|
||||
color: var(--iconButtonHoverColor);
|
||||
}
|
||||
}
|
||||
|
||||
.interactiveIcon {
|
||||
|
|
Loading…
Reference in New Issue