tabtree
tabtree copied to clipboard
Remove tooltip on empty space
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.
A bit of css will remove it:
#tt > tooltip {
display: none;
}