Skip to content

Commit 92b6208

Browse files
author
Akos Kitta
committed
aligned core/lib input style with react-select
made the UI slicker by removing any non- :hover, :select borders. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 12decee commit 92b6208

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

arduino-ide-extension/src/browser/style/list-widget.css

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
.arduino-list-widget .search-bar {
1111
margin: 0px 10px 10px 15px;
12-
border-color: var(--theia-border-color3);
1312
}
1413

1514
.arduino-list-widget .search-filters {

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

+4-6
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
background: var(--theia-layout-color2);
8686
}
8787

88-
.sms__control:hover {
89-
border-color: var(--theia-accent-color3) !important;
88+
.serial-monitor-select .sms__control:hover {
89+
border: var(--theia-layout-color2) var(--theia-border-width) solid !important;
9090
}
9191

9292
.serial-monitor-select .sms__control--is-focused {
@@ -106,11 +106,9 @@
106106
}
107107

108108
.serial-monitor-select .sms__menu {
109-
background-color: var(--theia-layout-color1);
110-
border: 1px solid var(--theia-layout-color2);
111-
border-color: var(--theia-accent-color3);
109+
background-color: var(--theia-layout-color2);
110+
border: 1px solid var(--theia-accent-color3);
112111
top: auto !important; /* to align the top of the menu with the bottom of the control */
113-
/* border-top: none; */
114112
box-shadow: none;
115113
}
116114

0 commit comments

Comments
 (0)