Skip to content

Commit 3c4583c

Browse files
committed
Update xterm.css, move non-upstream styles to terminal.css
1 parent 2b68847 commit 3c4583c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,3 +580,7 @@
580580
z-index: 33;
581581
background-color: var(--vscode-terminal-background, --vscode-panel-background);
582582
}
583+
584+
.monaco-workbench .xterm.terminal.hide {
585+
visibility: hidden;
586+
}

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
right: 0;
154154
z-index: 10;
155155
color: transparent;
156+
pointer-events: none;
156157
}
157158

158159
.xterm .live-region {
@@ -208,7 +209,3 @@
208209
z-index: 2;
209210
position: relative;
210211
}
211-
212-
.xterm.terminal.hide {
213-
visibility: hidden;
214-
}

0 commit comments

Comments
 (0)