fix: Remove ugly blue cross
This commit is contained in:
@ -71,7 +71,7 @@ const StyledInput = styled.input`
|
|||||||
color: ${props => props.theme.text};
|
color: ${props => props.theme.text};
|
||||||
|
|
||||||
::-webkit-search-cancel-button {
|
::-webkit-search-cancel-button {
|
||||||
-webkit-appearance: searchfield-cancel-button;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
::-webkit-input-placeholder {
|
::-webkit-input-placeholder {
|
||||||
color: ${props => props.theme.placeholder};
|
color: ${props => props.theme.placeholder};
|
||||||
|
Reference in New Issue
Block a user