File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed
src/vs/workbench/contrib/terminal/browser/media Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 165
165
}
166
166
167
167
.xterm-dim {
168
- opacity : 0.5 ;
168
+ /* Dim should not apply to background, so the opacity of the foreground color is applied
169
+ * explicitly in the generated class and reset to 1 here */
170
+ opacity : 1 !important ;
169
171
}
170
172
171
173
.xterm-underline-1 {
188
190
text-decoration : dashed underline;
189
191
}
190
192
193
+ .xterm-overline {
194
+ text-decoration : overline;
195
+ }
196
+
197
+ .xterm-overline .xterm-underline-1 {
198
+ text-decoration : overline underline;
199
+ }
200
+
201
+ .xterm-overline .xterm-underline-2 {
202
+ text-decoration : overline double underline;
203
+ }
204
+
205
+ .xterm-overline .xterm-underline-3 {
206
+ text-decoration : overline wavy underline;
207
+ }
208
+
209
+ .xterm-overline .xterm-underline-4 {
210
+ text-decoration : overline dotted underline;
211
+ }
212
+
213
+ .xterm-overline .xterm-underline-5 {
214
+ text-decoration : overline dashed underline;
215
+ }
216
+
191
217
.xterm-strikethrough {
192
218
text-decoration : line-through;
193
219
}
197
223
position : absolute;
198
224
}
199
225
200
- .xterm-decoration-overview-ruler {
226
+ .xterm-screen . xterm- decoration-container . xterm-decoration . xterm-decoration-top-layer {
201
227
z-index : 7 ;
228
+ }
229
+
230
+ .xterm-decoration-overview-ruler {
231
+ z-index : 8 ;
202
232
position : absolute;
203
233
top : 0 ;
204
234
right : 0 ;
You can’t perform that action at this time.
0 commit comments