decreasing the opacity of the code action menu sparkle icon

This commit is contained in:
Aiday Marlen Kyzy
2023-11-29 14:44:43 +01:00
parent 3d990fca68
commit a98f43cfdf
@@ -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;