Frontend] More refining of collapsing treeview

open #90
Treeview and search now transition properly when user collapses
left pane while searching;
This commit is contained in:
Charles Hacskaylo
2015-10-26 10:35:41 -07:00
parent fd582d45d2
commit 7d42292184
3 changed files with 16 additions and 16 deletions

View File

@@ -438,13 +438,11 @@
// Sets the left tree menu when the tree is shown.
//.pane.left.treeview,
.tree-holder,
.splitter-treeview {
.splitter-treeview,
.search-holder .search {
@include trans-prop-nice(opacity, $dur: 250ms, $delay: 250ms);
opacity: 1;
}
.pane.left {
}
}
.pane-inspect-showing {