From cd54d4e2066fe25398012ee780845ce0b5b064ed Mon Sep 17 00:00:00 2001 From: "bgashler1@users.noreply.github.com" Date: Thu, 25 Feb 2016 21:39:05 -0800 Subject: [PATCH] Fixes #3450 High contrast theme bleeds into other themes in search viewlet --- src/vs/editor/css/hc-black-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/css/hc-black-theme.css b/src/vs/editor/css/hc-black-theme.css index a2a5fd13878..1d195901072 100644 --- a/src/vs/editor/css/hc-black-theme.css +++ b/src/vs/editor/css/hc-black-theme.css @@ -74,7 +74,7 @@ } /* Search */ -.search-viewlet .findInFileMatch, .monaco-editor .findInFileMatch { +.monaco-workbench.hc-black .search-viewlet .findInFileMatch, .monaco-editor.hc-black .findInFileMatch { background: none !important; border: 1px dotted #f38518; -moz-box-sizing: border-box; -- GitLab