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; }