Merge pull request #2715 from kumaran-14/2586_dom_renderer

Remove multiple usance of background-color in dom renderer
This commit is contained in:
Daniel Imms
2020-02-12 16:05:38 -08:00
committed by GitHub
-1
View File
@@ -160,7 +160,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;` +
`}`;