Try adding cancel button to ios

This commit is contained in:
Jordan Eldredge 2020-09-02 23:26:33 -07:00
parent e5a91239e0
commit a97a5932e6

View file

@ -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 */
}