Skip to content

Commit ea09b02

Browse files
authored
update xterm.css (microsoft#158989)
fix microsoft#158917
1 parent f00fde0 commit ea09b02

File tree

1 file changed

+18
-5
lines changed
  • src/vs/workbench/contrib/terminal/browser/media

1 file changed

+18
-5
lines changed

src/vs/workbench/contrib/terminal/browser/media/xterm.css

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@
5555
.xterm .xterm-helpers {
5656
position: absolute;
5757
top: 0;
58-
/**
59-
* The z-index of the helpers must be higher than the canvases in order for
60-
* IMEs to appear on top.
61-
*/
58+
/* The z-index of the helpers must be higher than the canvases in order for IMEs to appear on top. */
6259
z-index: 5;
6360
}
6461

@@ -167,10 +164,26 @@
167164
opacity: 0.5;
168165
}
169166

170-
.xterm-underline {
167+
.xterm-underline-1 {
171168
text-decoration: underline;
172169
}
173170

171+
.xterm-underline-2 {
172+
text-decoration: double underline;
173+
}
174+
175+
.xterm-underline-3 {
176+
text-decoration: wavy underline;
177+
}
178+
179+
.xterm-underline-4 {
180+
text-decoration: dotted underline;
181+
}
182+
183+
.xterm-underline-5 {
184+
text-decoration: dashed underline;
185+
}
186+
174187
.xterm-strikethrough {
175188
text-decoration: line-through;
176189
}

0 commit comments

Comments
 (0)