Skip to content

Commit

Permalink
use variable for step button container bkgnd (arduino#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson authored Jul 20, 2022
1 parent ec160df commit 71d5a15
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -33,7 +33,6 @@
border: none;
border-radius: 0;
height: 50%;
width: 1;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 71d5a15

Please sign in to comment.