Skip to content

Commit 7400007

Browse files
committed
Ignore pointer events in terminal link highlight
Fixes microsoft#143903
1 parent aca4a0c commit 7400007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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
@@ -108,6 +108,10 @@
108108
position: relative;
109109
}
110110

111+
.monaco-workbench .xterm .hoverHighlight {
112+
pointer-events: none;
113+
}
114+
111115
.monaco-workbench .editor-instance .terminal-wrapper > div,
112116
.monaco-workbench .pane-body.integrated-terminal .terminal-wrapper > div {
113117
height: 100%;

0 commit comments

Comments
 (0)