From 1422f40c62bbde0bddc4f41f2711a8f7f88bd408 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 12 Feb 2013 08:00:43 -0500 Subject: [PATCH] remove double transition for problem type list --- cms/static/sass/_unit.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index b4c1d7f2e9..4e63e36f91 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -231,6 +231,7 @@ background: #fff; border: 0px; color: #3c3c3c; + @include transition (none); &:hover { background: tint($green,30%);