Skip to content

Commit 12decee

Browse files
author
Akos Kitta
committed
got rid of the border when not focused/selected
it does not remove the border but uses the background of the container. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent f635751 commit 12decee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arduino-ide-extension/src/browser/style/monitor.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
/* React Select Styles */
8383
.serial-monitor-select .sms__control {
84-
border: var(--theia-border-color3) var(--theia-border-width) solid;
84+
border: var(--theia-layout-color2) var(--theia-border-width) solid;
8585
background: var(--theia-layout-color2);
8686
}
8787

@@ -107,10 +107,10 @@
107107

108108
.serial-monitor-select .sms__menu {
109109
background-color: var(--theia-layout-color1);
110-
border: 1px solid var(--theia-border-color2);
110+
border: 1px solid var(--theia-layout-color2);
111111
border-color: var(--theia-accent-color3);
112112
top: auto !important; /* to align the top of the menu with the bottom of the control */
113-
border-top: none;
113+
/* border-top: none; */
114114
box-shadow: none;
115115
}
116116

0 commit comments

Comments
 (0)