algolia / github-awesome-autocomplete

:octocat: Add instant search capabilities to GitHub's search bar

Home Page:https://github.algolia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No border on search input on Firefox

rayrutjes opened this issue · comments

The following statement seems to be the source of the trouble:

.awesome-autocomplete
border: none

StylishThemes/GitHub-Dark#302

Hi @rayrutjes thanks for pointing this out!
We'll investigate!

And thank you so much for StylishThemes/GitHub-Dark#302 👍

My pleasure @redox .
Can you guys tell me what these statements target, are they still useful?

form#search_form .awesome-autocomplete .twitter-typeahead .tt-input {
  border-color: #343434 !important;
}
form#search_form .awesome-autocomplete .twitter-typeahead .tt-input:focus {
  border-color: #51A7E8 !important;
}

@rayrutjes I don't think so, AFAIK the #search_form id was replaced by #js-site-search-form

@LukyVj That is what I thought. Thx.

Do you want me to make a PR for this one? Or already working on it?

If you already got the solution in your hand, I'd say go for a PR :)
cc @redox

Actually I got to go, but if no one tackles this, I'll do it tonight.