Is it possible to (re)move the Favo[u]rites button in the hub? It's really annoying and blocks my content. I can't find anything about it in the documentation.
There doesn't seem to be an option to change it in the editor, and I've tried injecting the following custom CSS to no avail.
.hub-tooltip-wrapper > button.btn-info { display: none !important; }
button[aria-label="Add to Favorites"] { display: none; }