Fixed: Hover color on override download button
This commit is contained in:
parent
b303e9c21a
commit
3e87870370
|
@ -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…
Reference in New Issue