mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 00:59:24 +01:00
decreasing the opacity of the code action menu sparkle icon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user