feature(css) .current-file: add transition

This commit is contained in:
coderaiser 2013-08-06 14:40:39 +00:00
parent 44eaad8461
commit 4c89ec346b

View file

@ -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{