From 8e71513aed2af462095c3f72a8323854dd8b0f1f Mon Sep 17 00:00:00 2001 From: Andre LaBranche Date: Tue, 8 Oct 2019 11:40:22 -0700 Subject: [PATCH] Get rid of the 'searchfield' style on the search field --- src/web/stylesheets/utils/_overrides.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/web/stylesheets/utils/_overrides.css b/src/web/stylesheets/utils/_overrides.css index b1ca4c57..c06d3b8c 100755 --- a/src/web/stylesheets/utils/_overrides.css +++ b/src/web/stylesheets/utils/_overrides.css @@ -82,14 +82,6 @@ a:focus { border-color: var(--btn-success-hover-border-colour); } -input[type="search"] { - appearance: searchfield; -} - -input[type="search"]::-webkit-search-cancel-button { - appearance: searchfield-cancel-button; -} - select.form-control:not([size]):not([multiple]), select.custom-file-control:not([size]):not([multiple]) { height: unset !important; }