mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fixing async tree search highlighting (#23012)
* Fixing tree searching highlight * Code cleanup * Fixing server group styling
This commit is contained in:
@@ -217,8 +217,14 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.monaco-list-row .async-server-group .async-server-group .async-server-group-container .icon {
|
||||
width: 7px;
|
||||
height: 20px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.monaco-list-row .async-server-group .async-server-group .async-server-group-container .name {
|
||||
padding-left: 10px;
|
||||
padding-left: 5px;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -255,7 +261,6 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.monaco-list-row .connection-profile .connection-profile-container .icon .connection-status-badge {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user