profiler icon issue (#8115)

This commit is contained in:
Alan Ren
2019-10-30 12:32:37 -07:00
committed by GitHub
parent f8858a3511
commit 9f54fbc8cc
2 changed files with 4 additions and 4 deletions

View File

@@ -12,10 +12,10 @@
display: inline-block; display: inline-block;
} }
.vs .icon.clear-results { .vs .codicon.clear-results {
background-image: url('clear.svg'); background-image: url('clear.svg');
} }
.vs-dark .icon.clear-results { .vs-dark .codicon.clear-results {
background-image: url('clear_inverse.svg'); background-image: url('clear_inverse.svg');
} }

View File

@@ -235,7 +235,7 @@ export class ProfilerFilterDialog extends Modal {
this._register(attachInputBoxStyler(valueText, this._themeService)); this._register(attachInputBoxStyler(valueText, this._themeService));
const removeCell = DOM.append(row, DOM.$('td')); const removeCell = DOM.append(row, DOM.$('td'));
const removeClauseButton = DOM.append(removeCell, DOM.$('.profiler-filter-remove-condition.icon.remove', { const removeClauseButton = DOM.append(removeCell, DOM.$('.profiler-filter-remove-condition.codicon.remove', {
'tabIndex': '0', 'tabIndex': '0',
'aria-label': RemoveText, 'aria-label': RemoveText,
'title': RemoveText, 'title': RemoveText,