We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26ce9bd + e7a4578 commit fb25eb8Copy full SHA for fb25eb8
src/browser/renderer/dom/DomRenderer.ts
@@ -184,6 +184,9 @@ export class DomRenderer extends Disposable implements IRenderer {
184
// refresh() being called during the mousedown handler to start a selection.
185
` pointer-events: none;` +
186
` color: ${colors.foreground.css};` +
187
+ `}`;
188
+ styles +=
189
+ `${this._terminalSelector} .${ROW_CONTAINER_CLASS}, ${this._terminalSelector} .${ROW_CONTAINER_CLASS} span {` +
190
` font-family: ${this._optionsService.rawOptions.fontFamily};` +
191
` font-size: ${this._optionsService.rawOptions.fontSize}px;` +
192
` font-kerning: none;` +
0 commit comments