Remove the clear search button in WebKit
This commit is contained in:
parent
c6c7a305fe
commit
5956b82d9d
@ -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")
|
@ -13,6 +13,9 @@
|
||||
color link-color
|
||||
opacity 1.0
|
||||
|
||||
::-webkit-search-cancel-button
|
||||
display none
|
||||
|
||||
// Microphone icon
|
||||
.speech-input
|
||||
display none
|
||||
|
Loading…
Reference in New Issue
Block a user