Skip to content

Commit

Permalink
Merge pull request #19461 from colemanw/searchCancel
Browse files Browse the repository at this point in the history
Greenwich: Fix BS3 conflict with html5 search clear button
  • Loading branch information
eileenmcnaughton authored Feb 1, 2021
2 parents f37099d + cd4fec5 commit 50407cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/greenwich/scss/_tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ label input[type=checkbox]:not(:checked) + * {
.select2-choices {
margin-bottom: 0;
}
/* Fix for https://github.com/twbs/bootstrap/issues/5624 */
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}

0 comments on commit 50407cc

Please sign in to comment.