diff --git a/app/components/Input.js b/app/components/Input.js index f195a607a..655ae46a9 100644 --- a/app/components/Input.js +++ b/app/components/Input.js @@ -33,10 +33,6 @@ const RealInput = styled.input` &::placeholder { color: ${(props) => props.theme.placeholder}; } - - &::-webkit-search-cancel-button { - -webkit-appearance: searchfield-cancel-button; - } `; const Wrapper = styled.div`