From 877005da10da3e179557f5a54327836872a6194b Mon Sep 17 00:00:00 2001 From: "bgashler1@users.noreply.github.com" Date: Thu, 18 Feb 2016 21:12:41 -0800 Subject: [PATCH] Fixed focus on search input hc-dark theme --- src/vs/workbench/electron-browser/media/shell.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/electron-browser/media/shell.css b/src/vs/workbench/electron-browser/media/shell.css index bbf2f615979..4175fd64b75 100644 --- a/src/vs/workbench/electron-browser/media/shell.css +++ b/src/vs/workbench/electron-browser/media/shell.css @@ -81,7 +81,11 @@ .monaco-shell.hc-black input[type="text"]:focus, .monaco-shell.hc-black textarea:focus, .monaco-shell.hc-black input[type="checkbox"]:focus { outline: 2px solid #f38518; - outline-offset: -2px; + outline-offset: -1px; +} + +.monaco-shell.hc-black .synthetic-focus input { + background:transparent; /* Search input focus fix when in high contrast */ } .monaco-shell.vs .monaco-tree.focused .monaco-tree-row.focused [tabindex="0"]:focus { -- GitLab