mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: more consistent search input:focus rendering
...across browsers and devices
This commit is contained in:
parent
0ba00ee0c8
commit
ba401912b8
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue