[Glitch] Fix double button to clear emoji search input

Port bfad78e194 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Sunny Ripert 2022-11-07 03:40:54 +01:00 committed by Claire
parent 906cbff923
commit 7ef1d0fa29
1 changed files with 4 additions and 0 deletions

View File

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