From 228cce471ee8b731fcd24cbf1cb68c431b2b1f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 18 Mar 2016 14:13:54 +0100 Subject: [PATCH] Fix navigation buttons on FF --- app/modules/navigation-bar/navigation-bar.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/modules/navigation-bar/navigation-bar.scss b/app/modules/navigation-bar/navigation-bar.scss index 26f0fadf..5d0796a2 100644 --- a/app/modules/navigation-bar/navigation-bar.scss +++ b/app/modules/navigation-bar/navigation-bar.scss @@ -53,7 +53,7 @@ $dropdown-width: 350px; display: inline-block; transition: all .2s linear; svg { - fill: darken($primary-dark, 8%); + fill: rgba($primary-dark, .8); transition: all .2s linear; } &:hover { @@ -85,10 +85,6 @@ $dropdown-width: 350px; max-height: 1.2rem; max-width: 1.2rem; width: 1.2rem; - path { - fill: $top-icon-color; - transition: all .2s; - } } .topnav-dropdown-wrapper { position: relative;