show folder icon for some tree nodes (#13161)

This commit is contained in:
Alan Ren
2020-10-30 15:38:23 -07:00
committed by GitHub
parent 3015845093
commit 2f571d868b
2 changed files with 56 additions and 27 deletions

View File

@@ -37,3 +37,13 @@
padding-right: 12px;
padding-left: 0px;
}
.connection-dialog .browse-tree-element {
height: 100%;
display: flex;
align-items: center;
}
.connection-dialog .browse-tree-element .icon {
margin-right: 5px;
}