Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added magnifying glass icon to the StyledHorizontalMenuFilter #2657

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MaksymKarunos
Copy link
Member

  • Added a new icon of Magnifying Glass to the src/components/Icons (the icon is scraped from the original search icon located in the header, for some reasons it was not in the folder with all .svg icons).
  • Updated StyledHorizontalMenuFilter with the icon so it can be easily reused.

Copy link
Contributor

@Argn0 Argn0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure there is a magnifying glass graphic somewhere already. It's being used for the submit button on the Explorer page for example.

@howardchung
Copy link
Member

Yeah looks like you can use the ActionSearch built-in icon here:

icon={!this.state.loading ? <ActionSearch /> : null}

@MaksymKarunos
Copy link
Member Author

Yeah looks like you can use the ActionSearch built-in icon here:

icon={!this.state.loading ? <ActionSearch /> : null}

Thank you so much! I am sorry I am still getting used to the project!
Making changes now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants