changed icon color when tree selected for light theme (#425)

This commit is contained in:
Aditya Bist
2018-01-04 02:06:37 +05:30
committed by GitHub
parent b8db4a76b4
commit 4a28e813c5

View File

@@ -77,6 +77,10 @@
background-image: url('expanded.svg');
}
.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.selected > .content:before {
background-image: url('expanded-hc.svg');
}
.monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children.loading > .content:before {
background-image: url('loading.svg');
}