Skip to content

Commit

Permalink
outline - remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jun 13, 2018
1 parent ae9063f commit fc9dab9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/vs/workbench/parts/outline/electron-browser/outlinePanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@
align-items: center;
}

.monaco-workbench .outline-panel .outline-input .monaco-custom-checkbox.action-filter {
background: url(./media/files_Filter_Filter_16x_vscode.svg) center center no-repeat;
background-size: 90%;
}

.vs-dark .monaco-workbench .outline-panel .outline-input .monaco-custom-checkbox.action-filter {
background: url(./media/files_Filter_Filter_16x_vscode_inverse.svg) center center no-repeat;
background-size: 90%;
}

.monaco-workbench .outline-panel .outline-tree {
height: 100%;
}
Expand Down

0 comments on commit fc9dab9

Please sign in to comment.