Fixing server group styling (#23144)

* Fixing server group styling

* Hiding border when the tree item are selected focused or hovered

* Fixing styles and re-enabling guides

* removing unused import

* Fixing indicator width
This commit is contained in:
Aasim Khan
2023-05-22 09:53:47 -07:00
committed by GitHub
parent b77ba86a99
commit 3bec68b860
4 changed files with 36 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
display: inline-block;
box-sizing: border-box;
height: 100%;
/* border-left: 1px solid transparent; {{SQL CARBON EDIT}} Remove indent guide from all custom tree views */
border-left: 1px solid transparent;
}
.monaco-tl-indent > .indent-guide {