Skip to content

Commit

Permalink
Hide VS Code action buttons placed in sidebar panel headers
Browse files Browse the repository at this point in the history
In GH-179 the Custom CSS and JS Loader (1) extension was introduced to
use custom CSS stylesheets including styles to hide VS Code's menu
buttons from the editor.
To hide the button of sidebar panels headers another selector has been
added.

References:
  (1) https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css

Resolves GH-200
  • Loading branch information
arcticicestudio committed Jun 8, 2019
1 parent 9a0ac07 commit f77869b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/visual-studio-code/css/remove-action-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@
.panel-header.expanded .actions {
display: none !important;
}
.sidebar .title-actions .actions-container {
display: none !important;
}

0 comments on commit f77869b

Please sign in to comment.