Get rid of the 'searchfield' style on the search field

This commit is contained in:
Andre LaBranche 2019-10-08 11:40:22 -07:00
parent 06708949a1
commit 8e71513aed

View file

@ -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;
}