Fixing icon styling in tree (#22490)

This commit is contained in:
Aasim Khan
2023-03-28 09:23:15 -07:00
committed by GitHub
parent e15b612166
commit 3aee3f006a
3 changed files with 121 additions and 116 deletions

View File

@@ -143,9 +143,6 @@
.monaco-list .monaco-list-rows > .monaco-list-row .connection-profile-container > .icon.server-page,
.hc-light .monaco-list .monaco-list-rows > .monaco-list-row .connection-profile-container > .icon.server-page {
background-image: url('default_server.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
.monaco-list:focus .monaco-list-rows > .monaco-list-row.selected .connection-profile-container > .icon.server-page,
@@ -267,3 +264,10 @@
height: 4px;
border-radius: 50%;
}
.monaco-tree .monaco-tree-rows > .monaco-tree-row .icon,
.monaco-list .monaco-list-rows > .monaco-list-row .icon {
background-position: center center;
background-repeat: no-repeat;
background-size: 16px 16px;
}