mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix simple browser button color for light themes
This commit is contained in:
@@ -46,7 +46,7 @@ button {
|
||||
text-align: center;
|
||||
outline: 1px solid transparent;
|
||||
outline-offset: 2px !important;
|
||||
color: var(--vscode-button-foreground);
|
||||
color: var(--vscode-icon-foreground);
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user