From c402c65f569810bf5013eb913c997710e9357012 Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Sun, 11 Jan 2015 12:05:46 -0300 Subject: [PATCH] unprefixing opacity --- app/assets/stylesheets/new_styles/_registration.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/new_styles/_registration.scss b/app/assets/stylesheets/new_styles/_registration.scss index 72ce18a23..3e7d45b11 100644 --- a/app/assets/stylesheets/new_styles/_registration.scss +++ b/app/assets/stylesheets/new_styles/_registration.scss @@ -76,11 +76,11 @@ background: orange; &:hover { #gs-skip-x { - @include opacity(0.4); + opacity: .4; @include transition(opacity, 0.25s); &:hover { - @include opacity(1); + opacity: 1; } } }