mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Dont use emoji for search as it does not render well in Chrome
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user