@xterm/xterm 5.4.0-beta.9 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/xterm.css CHANGED
@@ -140,7 +140,7 @@
140
140
  cursor: crosshair;
141
141
  }
142
142
 
143
- .xterm .xterm-accessibility,
143
+ .xterm .xterm-accessibility:not(.debug),
144
144
  .xterm .xterm-message {
145
145
  position: absolute;
146
146
  left: 0;
@@ -152,6 +152,15 @@
152
152
  pointer-events: none;
153
153
  }
154
154
 
155
+ .xterm .xterm-accessibility-tree:not(.debug) *::selection {
156
+ color: transparent;
157
+ }
158
+
159
+ .xterm .xterm-accessibility-tree {
160
+ user-select: text;
161
+ white-space: pre;
162
+ }
163
+
155
164
  .xterm .live-region {
156
165
  position: absolute;
157
166
  left: -9999px;