Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b09e68

Browse files
committedJul 20, 2022
use variable for step button container bkgnd
1 parent ec160df commit 6b09e68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎arduino-ide-extension/src/browser/style/settings-step-input.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
height: calc(100% - 4px);
1919
width: 14px;
2020
padding: 2px;
21-
background: white;
21+
background: var(--theia-input-background);
2222
}
2323

2424
.settings-step-input-container:hover > .settings-step-input-buttons-container {
@@ -33,7 +33,6 @@
3333
border: none;
3434
border-radius: 0;
3535
height: 50%;
36-
width: 1;
3736
display: flex;
3837
align-items: center;
3938
justify-content: center;

0 commit comments

Comments
 (0)
Please sign in to comment.