Skip to content

Commit

Permalink
Fix hc focus outline in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored and gabritto committed Mar 25, 2022
1 parent 4dbc354 commit df9855b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/vs/workbench/contrib/terminal/browser/media/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,12 @@
content: "";
border: 1px solid;
position: absolute;
left: -5px;
left: 0;
top: 0;
right: -5px;
right: 0;
bottom: 0;
z-index: 10;
z-index: 32;
pointer-events: none;
}

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

0 comments on commit df9855b

Please sign in to comment.