How to force Firefox to display the tab close button on every tab when I hover over a tab (2026, FF152.0.3)?
Problem: So, currently Firefox hides the tab close button on every other tabs but the current active tab when tab width gets small.
What I want: I would like Firefox to show the tab close button regardless of tab width when I mouse hover over a tab.
What I tried: I tried to use 'about:config' to set the following, without any visible change:
browser.tabs.tabClipWidth = 1 (default is 140)
browser.tabs.tabMinWidth = 140 (default is 76)
The tabMinWidth changes like set and expacted. But the close button still gets removed. While this claimed it to be a solution. Maybe something changed in the meantime? Maybe the method it is deprecated?
Would love to get your help!