We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f635751 commit 12deceeCopy full SHA for 12decee
arduino-ide-extension/src/browser/style/monitor.css
@@ -81,7 +81,7 @@
81
82
/* React Select Styles */
83
.serial-monitor-select .sms__control {
84
- border: var(--theia-border-color3) var(--theia-border-width) solid;
+ border: var(--theia-layout-color2) var(--theia-border-width) solid;
85
background: var(--theia-layout-color2);
86
}
87
@@ -107,10 +107,10 @@
107
108
.serial-monitor-select .sms__menu {
109
background-color: var(--theia-layout-color1);
110
- border: 1px solid var(--theia-border-color2);
+ border: 1px solid var(--theia-layout-color2);
111
border-color: var(--theia-accent-color3);
112
top: auto !important; /* to align the top of the menu with the bottom of the control */
113
- border-top: none;
+ /* border-top: none; */
114
box-shadow: none;
115
116
0 commit comments