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
1 changed files with 4 additions and 0 deletions

View File

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