use variable for step button container bkgnd (#1233)

This commit is contained in:
David Simpson 2022-07-20 14:56:51 +02:00 committed by GitHub
parent ec160df25e
commit 71d5a1520a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
height: calc(100% - 4px);
width: 14px;
padding: 2px;
background: white;
background: var(--theia-input-background);
}
.settings-step-input-container:hover > .settings-step-input-buttons-container {
@ -33,7 +33,6 @@
border: none;
border-radius: 0;
height: 50%;
width: 1;
display: flex;
align-items: center;
justify-content: center;