From 60d5f596741e2bec7a5dbb3e2c17de9646ef57bc Mon Sep 17 00:00:00 2001 From: ratherironic Date: Mon, 7 Apr 2014 15:57:47 -0600 Subject: [PATCH] removing transitions --- app/templates/source/css/app/00._global.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/templates/source/css/app/00._global.scss b/app/templates/source/css/app/00._global.scss index ef66816..1b2f7e0 100644 --- a/app/templates/source/css/app/00._global.scss +++ b/app/templates/source/css/app/00._global.scss @@ -41,12 +41,6 @@ /********************************************************** General */ -* { - -webkit-transition: all 0.4s ease-out; - -moz-transition: all 0.4s ease-out; - -o-transition: all 0.4s ease-out; - transition: all 0.4s ease-out; -} ::-moz-selection { background: $grey-dark; color: $white; } ::selection { background: $grey-dark; color: $white; }