background-color: var(--vscode-button-background);
border-color: var(--vscode-button-border, var(--vscode-button-background));
color: var(--vscode-button-foreground);
font-family: var(--vscode-font-family);
font-size: var(--vscode-font-size);
font-weight: var(--vscode-font-weight);
background-color: var(--vscode-button-hoverBackground);
background-color: var(--vscode-button-hoverBackground);
outline: 1px solid var(--vscode-focusBorder);
.vscode-button.secondary {
color: var(--vscode-button-secondaryForeground);
background-color: var(--vscode-button-secondaryBackground);
border-color: var(--vscode-button-border, var(--vscode-button-secondaryBackground));
.vscode-button.secondary:hover {
background-color: var(--vscode-button-secondaryHoverBackground);
.vscode-button.secondary:focus {
background-color: var(--vscode-button-secondaryHoverBackground);
.vscode-button:disabled {
.vscode-button:disabled:hover {
background-color: var(--vscode-button-background);
.vscode-button:disabled {
background-color: var(--vscode-button-background);
.vscode-button.secondary:disabled {
background-color: var(--vscode-button-secondaryBackground);
.vscode-button.secondary:disabled:hover {
background-color: var(--vscode-button-secondaryHoverBackground);
.vscode-button .codicon:first-child,
.vscode-button svg:first-child {
.vscode-button .codicon:last-child,
.vscode-button svg:last-child {