From a98f43cfdff8afff513eec6ff41cd429fb8c0dc4 Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Wed, 29 Nov 2023 14:44:43 +0100 Subject: [PATCH] decreasing the opacity of the code action menu sparkle icon --- src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css b/src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css index 82eb9218364..796a1d32593 100644 --- a/src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css +++ b/src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css @@ -23,6 +23,11 @@ color: var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground)); } +.monaco-editor .lightBulbWidget.codicon-sparkle-filled { + color: var(--vscode-icon-foreground); + opacity: 0.5; +} + .monaco-editor .lightBulbWidget:before { position: relative; z-index: 2;