GA connection browse feature (#15295)

* GA connection browse feature

* UPDATE TEXT
This commit is contained in:
Alan Ren
2021-04-30 11:29:37 -07:00
committed by GitHub
parent 25681defd8
commit a155b9be40
4 changed files with 7 additions and 176 deletions

View File

@@ -35,16 +35,6 @@
flex-direction: column;
}
.connection-recent, .connection-saved {
flex: 1 1;
overflow-y: auto;
}
.no-recent-connections, .no-saved-connections {
font-size: 12px;
padding-top: 5px;
}
.connection-history-label {
font-size: 15px;
display: inline;
@@ -77,10 +67,6 @@
table-layout: fixed;
}
.connection-saved-content {
height: 100%;
}
.connection-type {
flex: 0 0 auto;
overflow: hidden;
@@ -95,14 +81,6 @@
height: 100%;
}
.connection-saved-tab {
height: 100%;
}
.connection-saved {
height: 100%;
}
.vs-dark .connection-dialog .connection-history-actions .action-label.codicon,
.hc-black .connection-dialog .connection-history-actions .action-label.codicon,
.connection-dialog .connection-history-actions .action-label.codicon {