remove outline of input field in form code example
Example 1: remove outline of input css
.sidebar_searchcontainer > input {
border:none;
outline-width: 0;
}
Example 2: how to remove input field border outline on focus css
outline = none;