CSS Action for Discourse (this site):
input#gravatar,.avatar-selector-refresh-gravatar{
pointer-events: none;
}
or this:
input#gravatar,.avatar-selector-refresh-gravatar{
pointer-events: none;
}
.avatar-selector-refresh-gravatar{
visibility: hidden;
}
Could write a bit of JS to get rid of the entire DIV element, but don't want to add more JS code just for this.
Image of effected area:
Reason:
Few members uses these Gravatars, they don't add value, and the icons seems slow to download and sync on the server.
Follow Up:
If any member objects to this change, I will revert this change back.