Fix double button to clear emoji search input (#19888)

th-downstream
Sunny Ripert 2 years ago committed by GitHub
parent 3b6c7c4878
commit bfad78e194

@ -132,6 +132,10 @@
&:active {
outline: 0 !important;
}
&::-webkit-search-cancel-button {
display: none;
}
}
}

Loading…
Cancel
Save