diff --git a/src/vs/base/parts/tree/browser/tree.css b/src/vs/base/parts/tree/browser/tree.css index 61e7f49a4b..9810f5e9a5 100644 --- a/src/vs/base/parts/tree/browser/tree.css +++ b/src/vs/base/parts/tree/browser/tree.css @@ -77,10 +77,14 @@ background-image: url('expanded.svg'); } -.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.selected > .content:before { +.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.has-children.selected.expanded > .content:before { background-image: url('expanded-hc.svg'); } +.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.has-children.selected > .content:before { + background-image: url('collapsed-hc.svg'); +} + .monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children.loading > .content:before { background-image: url('loading.svg'); }