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

Fixed search bar issue on Chrome and Safari #3165

Closed
wants to merge 2 commits into from

Conversation

dotjamie
Copy link

Referencing #3161

This fixes the bug in Chrome and Safari (previous commit c129dc1 solves only Chrome issue)

This change addresses the safari cursor bug for navbar search
Fixing Chrome bug for navbar search bar :focus
@@ -21,6 +21,12 @@ nav {
position: relative;
height: 100%;
}
form {

Choose a reason for hiding this comment

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

Indentation ?

@gugerard
Copy link

Thanks, it works well for me.

@0o-de-lally
Copy link

+1 can we merge this?

@gugerard
Copy link

Actually this issue might be duplicated with : #3161 which is already merged (more code is changed as part of this PR though).

@dotjamie
Copy link
Author

@gugerard The original issue mentions a cursor bug in Safari and this addresses that as well as the Chrome fix

@acburst
Copy link
Collaborator

acburst commented May 22, 2016

There is duplicated code in this pull request. Take a look at the whole file, your form and input-field styles are duplicates

@tomscholz tomscholz closed this May 29, 2017
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.

5 participants