Skip to content

Commit a7a6e5c

Browse files
authored
fix codicon icon color in floating menu (#281359)
1 parent 92d9126 commit a7a6e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/floatingMenu/browser/floatingMenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
border-radius: 2px;
2222
}
2323

24-
.action-item > .action-label.codicon {
24+
.action-item > .action-label.codicon, .action-item .codicon {
2525
color: var(--vscode-button-foreground);
2626
}
2727

0 commit comments

Comments
 (0)