[Glitch] Fix double button to clear emoji search input

Port bfad78e194 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Sunny Ripert 2 years ago committed by Claire
parent 906cbff923
commit 7ef1d0fa29

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

Loading…
Cancel
Save