Removed background-blend-mode because of FF performance

stable
Xavier Julián 2014-09-26 10:01:54 +02:00
parent 4a21ff58cd
commit 7828495412
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@
.projects-nav-overlay { .projects-nav-overlay {
@include transition (all 1s ease); @include transition (all 1s ease);
@extend %background-taiga; @extend %background-taiga;
background-blend-mode: multiply; //background-blend-mode: multiply;
background-color: $green-taiga; //background-color: $green-taiga;
bottom: 0; bottom: 0;
display: none; display: none;
left: 0; left: 0;