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