[Frontend] Fixed splitter and related elements when collapsed

open #426
Adds CSS to turn off pointer-events for the splitter, treeview
and inspect elements when they are in a collapsed state;
This commit is contained in:
Charles Hacskaylo
2015-12-15 15:47:32 -08:00
parent 0cfc070f3c
commit 6e1cadf338
3 changed files with 36 additions and 30 deletions

View File

@@ -270,6 +270,7 @@
.splitter-treeview,
.holder-treeview-elements {
opacity: 0;
pointer-events: none;
}
}
@@ -304,6 +305,7 @@
.l-inspect,
.splitter-inspect {
opacity: 0;
pointer-events: none;
}
}
}