Use button foreground on hover

Fixes #117568
This commit is contained in:
Matt Bierner 2021-02-25 17:30:38 -08:00
parent 3a6957333b
commit 94447bd20e

View file

@ -52,6 +52,7 @@ button {
button:hover:not(:disabled) {
cursor: pointer;
color: var(--vscode-button-foreground);
background: var(--vscode-button-hoverBackground);
}