Remove multiple usance of background-color in dom renderer

This commit is contained in:
kumaran-14
2020-02-12 23:07:12 +05:30
parent a840db3e79
commit 0c1e9b6678
-1
View File
@@ -156,7 +156,6 @@ export class DomRenderer extends Disposable implements IRenderer {
let styles =
`${this._terminalSelector} .${ROW_CONTAINER_CLASS} {` +
` color: ${this._colors.foreground.css};` +
` background-color: ${this._colors.background.css};` +
` font-family: ${this._optionsService.options.fontFamily};` +
` font-size: ${this._optionsService.options.fontSize}px;` +
`}`;