File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
src/vs/workbench/contrib/terminal/browser/media Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 55
55
.xterm .xterm-helpers {
56
56
position : absolute;
57
57
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. */
62
59
z-index : 5 ;
63
60
}
64
61
167
164
opacity : 0.5 ;
168
165
}
169
166
170
- .xterm-underline {
167
+ .xterm-underline-1 {
171
168
text-decoration : underline;
172
169
}
173
170
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
+
174
187
.xterm-strikethrough {
175
188
text-decoration : line-through;
176
189
}
You can’t perform that action at this time.
0 commit comments