Skip to content

Magnifying Glass Image in Search Will Re-appear after search term is entered and User clicks out of search box #32

Description

@jxb345

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions