mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-05 03:36:35 +00:00
use variable for step button container bkgnd (#1233)
This commit is contained in:
parent
ec160df25e
commit
71d5a1520a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user