Skip to content

Commit 05cc394

Browse files
committed
Fix terminal navigation mode focus border order
Fixes microsoft#145725
1 parent 7046d66 commit 05cc394

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,18 @@
8282
}
8383

8484
.monaco-workbench .simple-find-part-wrapper {
85-
z-index: 32 !important;
85+
z-index: 33 !important;
8686
}
8787

8888
.xterm .xterm-screen {
8989
cursor: text;
9090
}
9191

92+
.xterm .xterm-accessibility {
93+
z-index: 32 !important;
94+
pointer-events: none;
95+
}
96+
9297
/* Apply cursor styles to xterm-screen as well due to how .xterm-viewport/.xterm are positioned */
9398
.xterm.enable-mouse-events .xterm-screen { cursor: default; }
9499
.xterm.xterm-cursor-pointer .xterm-screen { cursor: pointer; }
@@ -404,7 +409,7 @@
404409
pointer-events: none;
405410
opacity: 0; /* hidden initially */
406411
transition: left 70ms ease-out, right 70ms ease-out, top 70ms ease-out, bottom 70ms ease-out, opacity 150ms ease-out;
407-
z-index: 33;
412+
z-index: 34;
408413
}
409414
.monaco-workbench .pane-body.integrated-terminal .terminal-group > .monaco-split-view2.horizontal .terminal-drop-overlay.drop-before {
410415
right: 50%;

0 commit comments

Comments
 (0)