Skip to content

Commit

Permalink
Fixes microsoft#41141: Change Ignore Trim Whitespace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Feb 7, 2018
1 parent 164dcb4 commit f3a07be
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/vs/workbench/browser/parts/editor/media/textdiffeditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@
}

.vs .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace {
background: url('IgnoreTrimWhiteSpace_16x.svg') center center no-repeat;
opacity: 1;
background: url('Paragraph_16x_nohalo.svg') center center no-repeat;
}
.vs-dark .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace,
.hc-black .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace {
background: url('IgnoreTrimWhiteSpace_16x_inverse.svg ') center center no-repeat;
opacity: 1;
background: url('Paragraph_16x_nohalo_inversep.svg') center center no-repeat;
}

.vs .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace.is-checked {
background: url('IgnoreTrimWhiteSpaceChecked_16x.svg') center center no-repeat;
opacity: 0.5;
}
.vs-dark .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace.is-checked,
.hc-black .monaco-workbench .textdiff-editor-action.toggleIgnoreTrimWhitespace.is-checked {
background: url('IgnoreTrimWhiteSpaceChecked_16x_inverse.svg ') center center no-repeat;
opacity: 0.5;
}

0 comments on commit f3a07be

Please sign in to comment.