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

main^2
Sunny Ripert 2 years ago committed by GitHub
parent 02a34252ba
commit 4b7f32a2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/styles/mastodon/emoji_picker.scss

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

Loading…
Cancel
Save