Changed searchbar type from text to search
This adds a cancel button at the end of the searchbar
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -75,7 +75,7 @@
|
||||
<div class="search__icon">
|
||||
<i class="material-icons">search</i>
|
||||
</div>
|
||||
<input id="searchbar" autocomplete="off" type="text" name="searchbar" value=""
|
||||
<input id="searchbar" autocomplete="off" type="search" name="searchbar" value=""
|
||||
placeholder="Search something or paste a link..." autofocus>
|
||||
</header>
|
||||
<section id="content">
|
||||
@@ -1473,4 +1473,4 @@
|
||||
|
||||
<script src="/public/js/bundle.js"></script>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user