From f8efb3ba7d913562c6917b32c5523e9877a2f4b5 Mon Sep 17 00:00:00 2001 From: dimitrieh Date: Fri, 27 Jan 2017 16:46:28 +0100 Subject: [PATCH] removed commented out scss --- app/assets/stylesheets/framework/animations.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss index b1003ecf420..a5f15f4836d 100644 --- a/app/assets/stylesheets/framework/animations.scss +++ b/app/assets/stylesheets/framework/animations.scss @@ -116,11 +116,6 @@ a { @include transition(background-color, color, border); } -// .tree-table td, -// .well-list > li { -// @include transition(background-color, border-color); -// } - .stage-nav-item { @include transition(background-color, box-shadow); }