table style clean up (#10608)

This commit is contained in:
Alan Ren
2020-05-29 10:19:09 -07:00
committed by GitHub
parent 107b3171f2
commit 7e49eb85fb
6 changed files with 171 additions and 224 deletions

View File

@@ -28,7 +28,6 @@ export default class TableInsight extends Disposable implements IInsightsView, O
@Inject(IWorkbenchThemeService) private themeService: IWorkbenchThemeService
) {
super();
this._elementRef.nativeElement.className = 'slickgridContainer';
}
ngOnInit() {