From 78284954121ebfcd4b42ad45dffcbb0fdd9193a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 26 Sep 2014 10:01:54 +0200 Subject: [PATCH] Removed background-blend-mode because of FF performance --- app/styles/modules/common/projects-nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/projects-nav.scss b/app/styles/modules/common/projects-nav.scss index e18d6261..00c22290 100644 --- a/app/styles/modules/common/projects-nav.scss +++ b/app/styles/modules/common/projects-nav.scss @@ -99,8 +99,8 @@ .projects-nav-overlay { @include transition (all 1s ease); @extend %background-taiga; - background-blend-mode: multiply; - background-color: $green-taiga; + //background-blend-mode: multiply; + //background-color: $green-taiga; bottom: 0; display: none; left: 0;