mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Use same dim opacity as canvas renderer
This commit is contained in:
@@ -109,7 +109,7 @@ export class DomRendererRowFactory {
|
||||
}
|
||||
|
||||
if (flags & FLAGS.DIM) {
|
||||
charElement.classList.add(exports.DIM_CLASS);
|
||||
charElement.classList.add(DIM_CLASS);
|
||||
}
|
||||
|
||||
charElement.textContent = this._workCell.getChars() || WHITESPACE_CELL_CHAR;
|
||||
|
||||
+1
-1
@@ -163,5 +163,5 @@
|
||||
}
|
||||
|
||||
.xterm-dim {
|
||||
opacity: 0.6;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user