From 12df513820d8bff31e7b8f6f198e7a99b477540b Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 9 Jan 2018 14:17:22 +0000
Subject: [PATCH] removing hover state set on all icons

---
 opentech/static_src/src/sass/components/_icon.scss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/opentech/static_src/src/sass/components/_icon.scss b/opentech/static_src/src/sass/components/_icon.scss
index 183f2e255..af9aeeb87 100644
--- a/opentech/static_src/src/sass/components/_icon.scss
+++ b/opentech/static_src/src/sass/components/_icon.scss
@@ -4,10 +4,6 @@
     transition: fill $transition;
     fill: $color--white;
 
-    &:hover {
-        fill: darken($color--white, 20%);
-    }
-
     &--home {
         width: 15px;
         height: 15px;
-- 
GitLab