From 4c89ec346b0acccd02dcac3847c8269e753c3b0a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 6 Aug 2013 14:40:39 +0000 Subject: [PATCH] feature(css) .current-file: add transition --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index afb5bcf0..d71b8634 100644 --- a/css/style.css +++ b/css/style.css @@ -186,6 +186,7 @@ body { .current-file { box-shadow: inset 0 0 2px rgb(49, 123, 249); + transition: ease 0.05s; } .selected-file, .selected-file .name > a{