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

Search-icon has no functionality #8

Open
saress opened this issue Oct 23, 2023 · 0 comments
Open

Search-icon has no functionality #8

saress opened this issue Oct 23, 2023 · 0 comments
Labels

Comments

@saress
Copy link

saress commented Oct 23, 2023

Currently the searchbar uses a background-image:

.searchbar .widget-text:before { position: absolute; top: 50%; right: 1.5rem; z-index: 5; transform: translateY(-50%); width: 1.5rem; height: 1.5rem; background: white url(../../files/contaodemo/theme/src/img/icons/search.svg) center center no-repeat; content: ""; pointer-events: none; }

image

and the submit-button will not be displayed:

.searchbar .widget-submit { display: none; position: absolute; top: 50%; right: 1.5rem; z-index: 5; transform: translateY(-50%); overflow: hidden; width: 1.5rem; height: 1.5rem; }

So in this case you cannot click or tap the search-icon with your mouse / fingers and you always have to use the keyboard to submit.

Kind regards,
Saress

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

No branches or pull requests

2 participants