From 0e3610a0b819392c3c7c968a837522fc73db63c7 Mon Sep 17 00:00:00 2001 From: "bgashler1@users.noreply.github.com" Date: Tue, 23 Feb 2016 22:57:58 -0800 Subject: [PATCH] Fixes #3301 removes green background on extension tips --- src/vs/editor/css/hc-black-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/vs/editor/css/hc-black-theme.css b/src/vs/editor/css/hc-black-theme.css index 7382008427d..a2a5fd13878 100644 --- a/src/vs/editor/css/hc-black-theme.css +++ b/src/vs/editor/css/hc-black-theme.css @@ -201,3 +201,8 @@ .monaco-editor.hc-black .token { mix-blend-mode: difference; } + +/* Status Bar */ +.monaco-shell a.extensions-suggestions:not(.disabled) { + background-color: transparent; +} -- GitLab