Skip to content

Commit 335259e

Browse files
authored
Merge pull request microsoft#151138 from microsoft/tyriar/150926
Fix terminal find border width
2 parents 5f823f0 + 922b12b commit 335259e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,14 @@
458458
outline-style: dotted !important;
459459
}
460460

461-
.hc-black .xterm-find-active-result-decoration,
462-
.hc-light .xterm-find-active-result-decoration {
461+
.hc-black .xterm-find-result-decoration,
462+
.hc-light .xterm-find-result-decoration {
463+
outline-style: solid !important;
464+
}
465+
466+
.xterm-find-active-result-decoration {
463467
outline-style: solid !important;
464468
outline-width: 2px !important;
469+
/* Ensure the active decoration is above the regular decoration */
470+
z-index: 7 !important;
465471
}

0 commit comments

Comments
 (0)