traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

Remove tooltip on empty space #188

Open haarp opened 7 years ago

haarp commented 7 years ago

A "Double/middle-click to open a new tab" tooltip pops up whenever you hover over empty space on the tab field. I don't find it to be useful at all and it's quite distracting.

Sporif commented 7 years ago

A bit of css will remove it:

#tt > tooltip {
 display: none; 
}