From a97a5932e68f9330ce5038af86bc015a2c06a32f Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 2 Sep 2020 23:26:33 -0700 Subject: [PATCH] Try adding cancel button to ios --- src/App.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.css b/src/App.css index e349f96a..a8c2fd3f 100644 --- a/src/App.css +++ b/src/App.css @@ -138,6 +138,14 @@ button:active { color: rgb(73, 83, 112); } +#search { + -webkit-appearance: searchfield; +} + +*::-webkit-search-cancel-button { + -webkit-appearance: searchfield-cancel-button; +} + #infinite-skins { margin-top: 46px; /* This matches the height of #search */ }