mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-07 12:46:34 +00:00
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>
This commit is contained in:
parent
f635751a8c
commit
12deceef19
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
/* React Select Styles */
|
/* React Select Styles */
|
||||||
.serial-monitor-select .sms__control {
|
.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);
|
background: var(--theia-layout-color2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,10 +107,10 @@
|
|||||||
|
|
||||||
.serial-monitor-select .sms__menu {
|
.serial-monitor-select .sms__menu {
|
||||||
background-color: var(--theia-layout-color1);
|
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);
|
border-color: var(--theia-accent-color3);
|
||||||
top: auto !important; /* to align the top of the menu with the bottom of the control */
|
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;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user