Skip to content

Commit a98f43c

Browse files
committed
decreasing the opacity of the code action menu sparkle icon
1 parent 3d990fc commit a98f43c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
color: var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground));
2424
}
2525

26+
.monaco-editor .lightBulbWidget.codicon-sparkle-filled {
27+
color: var(--vscode-icon-foreground);
28+
opacity: 0.5;
29+
}
30+
2631
.monaco-editor .lightBulbWidget:before {
2732
position: relative;
2833
z-index: 2;

0 commit comments

Comments
 (0)