This again!
This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.
Initially post-update the close tab button was … (tuilleadh eolais)
This again!
This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.
Initially post-update the close tab button was in a weird, random place on the tab bar. I have adjusted the margins to put the button back where it's supposed to be!
I changed :
.tabbrowser-tab .tab-close-button {
opacity: 0;
margin-left: -4.5px !important;
margin-right: 2px !important;
}
to:
.tabbrowser-tab .tab-close-button {
opacity: 0;
margin-left: -4.5px !important;
margin-right: 35px !important;
}
to move the button back onto the left. That may seem like a drastic change but that's the lowest value I could find which produced the result I want.
However, it's not quite the result I want! As of updating to 113.0.1, the tab title itself now disappears altogether on hover.
I have tried to correct this in CSS using the .tab-text and .tab-label attributes, but without any luck so far.
Can anybody help me with this, before I'm forced to downgrade to Firefox 112?
Better yet... how about we just make this an option in Settings, as it should be?!