Fix double button to clear emoji search input (#19888)
This commit is contained in:
parent
3b6c7c4878
commit
bfad78e194
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@
|
|||
&:active {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue