mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Remove button background in simple browser
This commit is contained in:
@@ -47,7 +47,7 @@ button {
|
||||
outline: 1px solid transparent;
|
||||
outline-offset: 2px !important;
|
||||
color: var(--vscode-button-foreground);
|
||||
background: var(--vscode-button-background);
|
||||
background: none;
|
||||
}
|
||||
|
||||
button:hover:not(:disabled) {
|
||||
|
||||
Reference in New Issue
Block a user