From 3e87870370dc069a936d52c3ba10a1ad9c61b892 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Wed, 19 Apr 2023 19:35:45 +0200 Subject: [PATCH] Fixed: Hover color on override download button --- frontend/src/InteractiveSearch/InteractiveSearchRow.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.css b/frontend/src/InteractiveSearch/InteractiveSearchRow.css index d1764b22b..af6a1c877 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.css +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.css @@ -72,6 +72,10 @@ height: 20.39px; vertical-align: middle; line-height: 20.39px; + + &:hover { + color: var(--iconButtonHoverColor); + } } .interactiveIcon {