fix: more consistent search input:focus rendering

...across browsers and devices
This commit is contained in:
George Cushen 2020-07-10 19:34:04 +01:00
commit ba401912b8

View file

@ -14,7 +14,7 @@
<div id="search-box">
{{ if eq site.Params.search.engine 1 }}
<input name="q" id="search-query" placeholder="{{i18n "search_placeholder"}}" autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search">
autocomplete="off" autocorrect="off" spellcheck="false" type="search" class="form-control">
{{ else }}
<!-- Search box will appear here -->
{{ end }}