diff --git a/src/sql/workbench/parts/profiler/browser/media/profiler.css b/src/sql/workbench/parts/profiler/browser/media/profiler.css index bc7b9a8d11..38793b9ccc 100644 --- a/src/sql/workbench/parts/profiler/browser/media/profiler.css +++ b/src/sql/workbench/parts/profiler/browser/media/profiler.css @@ -12,10 +12,10 @@ display: inline-block; } -.vs .icon.clear-results { +.vs .codicon.clear-results { background-image: url('clear.svg'); } -.vs-dark .icon.clear-results { +.vs-dark .codicon.clear-results { background-image: url('clear_inverse.svg'); -} \ No newline at end of file +} diff --git a/src/sql/workbench/parts/profiler/browser/profilerFilterDialog.ts b/src/sql/workbench/parts/profiler/browser/profilerFilterDialog.ts index 0a38a19e8f..75bf18f3ef 100644 --- a/src/sql/workbench/parts/profiler/browser/profilerFilterDialog.ts +++ b/src/sql/workbench/parts/profiler/browser/profilerFilterDialog.ts @@ -235,7 +235,7 @@ export class ProfilerFilterDialog extends Modal { this._register(attachInputBoxStyler(valueText, this._themeService)); 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', 'aria-label': RemoveText, 'title': RemoveText,