mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-09 13:46:33 +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);
|
height: calc(100% - 4px);
|
||||||
width: 14px;
|
width: 14px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background: white;
|
background: var(--theia-input-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-step-input-container:hover > .settings-step-input-buttons-container {
|
.settings-step-input-container:hover > .settings-step-input-buttons-container {
|
||||||
@ -33,7 +33,6 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
width: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user