We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476e658 commit 765fcdfCopy full SHA for 765fcdf
arduino-ide-extension/src/browser/style/board-select-dialog.css
@@ -193,10 +193,9 @@ button.theia-button.main {
193
}
194
195
.arduino-boards-dropdown-list {
196
- background: var(--theia-layout-color1);
197
border: 3px solid var(--theia-border-color2);
198
margin: -3px;
199
- z-index: 1000;
+ z-index: 1;
200
201
202
.arduino-boards-dropdown-item {
@@ -205,6 +204,7 @@ button.theia-button.main {
205
204
padding: 10px;
206
cursor: pointer;
207
color: var(--theia-ui-font-color1);
+ background: var(--theia-layout-color1);
208
209
210
.arduino-boards-dropdown-item .fa-check {
0 commit comments