[Glitch] Fix double button to clear emoji search input

Port 4b7f32a2a6 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main^2
Sunny Ripert 2 years ago committed by Claire
parent 71e68dac4e
commit 7ba13dddfa
  1. 4
      app/javascript/flavours/glitch/styles/components/emoji_picker.scss

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

Loading…
Cancel
Save