do not show border on focus.

when the list is opened, we have the accent color anyway.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-12-05 09:53:02 +01:00
parent 4129544738
commit e3e4a96db3

View File

@ -8,7 +8,6 @@
}
.arduino-select__control--is-focused {
border-color: var(--theia-accent-color3) !important;
box-shadow: none !important;
}