Revert "Migrate Collapse/Open Resource Tree to React (#733)" (#792)

This reverts commit d7c62ac7f1.
This commit is contained in:
Steve Faulkner
2021-05-17 10:40:23 -05:00
committed by GitHub
parent a52a156005
commit 5d1b659e2f
10 changed files with 124 additions and 120 deletions

View File

@@ -2099,7 +2099,7 @@ a:link {
display: flex;
flex: 1 1 auto;
overflow-x: auto;
overflow-y: hidden;
overflow-y: auto;
height: 100%;
}
@@ -3085,7 +3085,3 @@ settings-pane {
padding-left: @SmallSpace;
}
}
.hiddenMain {
visibility: hidden;
height: 0px;
}

View File

@@ -3,7 +3,6 @@
.resourceTree {
height: 100%;
width: 20%;
flex: 0 0 auto;
.main {
height: 100%;