Skip to content

Instantly share code, notes, and snippets.

View beachcomber's full-sized avatar

Robert Wakeford beachcomber

  • Hastings, England
View GitHub Profile
@beachcomber
beachcomber / .editorconfig
Created June 27, 2022 11:04
editorconfig file
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
@beachcomber
beachcomber / Remove the X
Last active March 27, 2019 09:35
Remove the X from input type=search
<input type="search">
/* this will clear the 'X' from Internet Explorer & Chrome*/
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {