Skip to content

Commit

Permalink
Fix #76412, apply background size to custom view actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jul 2, 2019
1 parent 01defd1 commit fe1258b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/browser/parts/views/media/views.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit fe1258b

Please sign in to comment.