mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
profiler icon issue (#8115)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user