From 12deceef19e4b5a0cb3dc627bd1f5655c60c1d13 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 4 Dec 2019 22:01:28 +0100 Subject: [PATCH] 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 --- arduino-ide-extension/src/browser/style/monitor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arduino-ide-extension/src/browser/style/monitor.css b/arduino-ide-extension/src/browser/style/monitor.css index f55456c3..2ad7e17a 100644 --- a/arduino-ide-extension/src/browser/style/monitor.css +++ b/arduino-ide-extension/src/browser/style/monitor.css @@ -81,7 +81,7 @@ /* React Select Styles */ .serial-monitor-select .sms__control { - border: var(--theia-border-color3) var(--theia-border-width) solid; + border: var(--theia-layout-color2) var(--theia-border-width) solid; background: var(--theia-layout-color2); } @@ -107,10 +107,10 @@ .serial-monitor-select .sms__menu { background-color: var(--theia-layout-color1); - border: 1px solid var(--theia-border-color2); + border: 1px solid var(--theia-layout-color2); border-color: var(--theia-accent-color3); top: auto !important; /* to align the top of the menu with the bottom of the control */ - border-top: none; + /* border-top: none; */ box-shadow: none; }