Remove the clear search button in WebKit

This commit is contained in:
Eduard Urbach 2018-10-18 08:50:26 +09:00
parent c6c7a305fe
commit 5956b82d9d
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
component FuzzySearch
input#search.action(data-action="search", data-trigger="input", type="search", placeholder="Search...", title="Shortcut: F")
input#search.action(data-action="search", data-trigger="input", type="search", autocomplete="off", autocorrect="off", autocapitalize="none", spellcheck="false", placeholder="Search...", title="Shortcut: F")

View File

@ -13,6 +13,9 @@
color link-color
opacity 1.0
::-webkit-search-cancel-button
display none
// Microphone icon
.speech-input
display none