The input fields have a slight box shadow which we want to remove here.
@@ -15,6 +15,7 @@
.select2-search--inline {
.select2-search__field {
outline: 0;
+ box-shadow: none;
}