This issue is due to the following (relevant) css:
.input-search input {
display: inline-block;
background-image: url('./search-icon.png');
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center center;
}
.input-search input:focus {
background-image: none;
}
This issue is due to the following (relevant) css: