Skip to content

Commit

Permalink
Merge pull request #60559 from Microsoft/misolori/activity-bar-icon-c…
Browse files Browse the repository at this point in the history
…leanup

Clean up activity bar icons
  • Loading branch information
Miguel Solorio authored Oct 11, 2018
2 parents ea0a067 + b211b71 commit ac5b1f9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 27 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/debug/browser/media/debug-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* Activity Bar */
.monaco-workbench > .activitybar .monaco-action-bar .action-label.debug {
-webkit-mask: url('debug-dark.svg') no-repeat 50% 50%;
-webkit-mask-size: 28px;
}

.monaco-editor .debug-top-stack-frame-column::before {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

.monaco-workbench > .activitybar > .content .monaco-action-bar .action-label.extensions {
-webkit-mask: url('extensions-dark.svg') no-repeat 50% 50%;
-webkit-mask-size: 21px;
}

.extensions .split-view-view .panel-header .count-badge-wrapper {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions src/vs/workbench/parts/scm/electron-browser/media/icon-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

.monaco-workbench > .activitybar > .content .monaco-action-bar .action-label.scm {
-webkit-mask: url('icon-dark.svg') no-repeat 50% 50%;
-webkit-mask-size: 19px;
}

.monaco-workbench .viewlet.scm-viewlet .collapsible.header .actions {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

.update-activity {
-webkit-mask: url('update.svg') no-repeat 50% 50%;
-webkit-mask-size: 22px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac5b1f9

Please sign in to comment.