Skip to content

Commit

Permalink
Update xterm.css, move non-upstream styles to terminal.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 19, 2023
1 parent 2b68847 commit 3c4583c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/terminal/browser/media/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,7 @@
z-index: 33;
background-color: var(--vscode-terminal-background, --vscode-panel-background);
}

.monaco-workbench .xterm.terminal.hide {
visibility: hidden;
}
5 changes: 1 addition & 4 deletions src/vs/workbench/contrib/terminal/browser/media/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
right: 0;
z-index: 10;
color: transparent;
pointer-events: none;
}

.xterm .live-region {
Expand Down Expand Up @@ -208,7 +209,3 @@
z-index: 2;
position: relative;
}

.xterm.terminal.hide {
visibility: hidden;
}

0 comments on commit 3c4583c

Please sign in to comment.