Build error (#3335)

This commit is contained in:
Raj
2018-11-28 10:45:21 -08:00
committed by GitHub
parent 3952fdbe2d
commit 98af76b3ac

View File

@@ -66,10 +66,4 @@ export class CodeCellComponent extends CellView implements OnInit, OnChanges {
public layout() {
}
private updateTheme(theme: IColorTheme): void {
let outputElement = <HTMLElement>this.outputPreview.nativeElement;
outputElement.style.borderTopColor = theme.getColor(themeColors.SIDE_BAR_BACKGROUND, true).toString();
}
}