mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
Dont use emoji for search as it does not render well in Chrome
This commit is contained in:
parent
e4163fca6a
commit
61f7ce4dee
2
docs/_templates/searchbox.html
vendored
2
docs/_templates/searchbox.html
vendored
@ -12,7 +12,7 @@
|
||||
<div class="searchformwrapper">
|
||||
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||
<input type="text" name="q" placeholder="{{ _('Search') }}" />
|
||||
<input type="submit" value="🔍" style="cursor: pointer" />
|
||||
<input type="submit" value="{{ _('Go') }}" style="cursor: pointer" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user