Skip to content

Commit 6df0027

Browse files
committed
Fix hc focus outline in terminal
Fixes microsoft#145748
1 parent 05cc394 commit 6df0027

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,12 @@
202202
content: "";
203203
border: 1px solid;
204204
position: absolute;
205-
left: -5px;
205+
left: 0;
206206
top: 0;
207-
right: -5px;
207+
right: 0;
208208
bottom: 0;
209-
z-index: 10;
209+
z-index: 32;
210+
pointer-events: none;
210211
}
211212

212213
.monaco-workbench.hc-black .pane-body.integrated-terminal .monaco-split-view2.horizontal .split-view-view:not(:only-child) .xterm.focus::before,

0 commit comments

Comments
 (0)