Fix double button to clear emoji search input (#19888)
parent
02a34252ba
commit
4b7f32a2a6
|
@ -132,6 +132,10 @@
|
|||
&:active {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue