mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Roll back tree icon merge changes to fix loading icon issue (#7722)
This commit is contained in:
@@ -154,7 +154,7 @@ export class ViewItem implements IViewItem {
|
||||
}
|
||||
|
||||
set loading(value: boolean) {
|
||||
value ? this.addClass('codicon-loading') : this.removeClass('codicon-loading');
|
||||
value ? this.addClass('loading') : this.removeClass('loading'); // {{SQL CARBON EDIT}} Use old icons - codicon font icons aren't working currently #7715
|
||||
}
|
||||
|
||||
set draggable(value: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user