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