1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Adapt the search input to Bootstrap 4.6

This commit is contained in:
Cotes Chung
2022-02-14 00:44:35 +08:00
parent e52dc9551c
commit 35e013f7fd
9 changed files with 17 additions and 55 deletions

View File

@@ -63,7 +63,6 @@
<i class="fas fa-search fa-fw"></i>
<input class="form-control" id="search-input" type="search"
aria-label="search" autocomplete="off" placeholder="{{ site.data.locales[lang].search.hint | capitalize }}...">
<i class="fa fa-times-circle fa-fw" id="search-cleaner"></i>
</span>
<span id="search-cancel" >{{ site.data.locales[lang].search.cancel }}</span>
</div>