We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec160df commit 71d5a15Copy full SHA for 71d5a15
arduino-ide-extension/src/browser/style/settings-step-input.css
@@ -18,7 +18,7 @@
18
height: calc(100% - 4px);
19
width: 14px;
20
padding: 2px;
21
- background: white;
+ background: var(--theia-input-background);
22
}
23
24
.settings-step-input-container:hover > .settings-step-input-buttons-container {
@@ -33,7 +33,6 @@
33
border: none;
34
border-radius: 0;
35
height: 50%;
36
- width: 1;
37
display: flex;
38
align-items: center;
39
justify-content: center;
0 commit comments