#closetabs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #closetabs, aggregated by home.social.
-
How to fix the suddenly disappeared "close tab" button on mouse hover in #Firefox (apparently from Version 114+, mine is 119):
Drop this CSS snippet into your userChrome.css:
.tabbrowser-tab:not([pinned]) .tab-close-button {display: none !important}
.tabbrowser-tab:not([pinned]):hover .tab-close-button {display: inline-flex !important}Source: https://support.mozilla.org/en-US/questions/1413355#answer-1580762