Fix #76412, apply background size to custom view actions

This commit is contained in:
Miguel Solorio 2019-07-02 09:25:22 -07:00
parent 01defd1c60
commit fe1258b594

View file

@ -152,6 +152,7 @@
.customview-tree .monaco-tree .custom-view-tree-node-item > .custom-view-tree-node-item-resourceLabel > .actions .action-label {
width: 16px;
height: 100%;
background-size: 16px;
background-position: 50% 50%;
background-repeat: no-repeat;
}