tabtree icon indicating copy to clipboard operation
tabtree copied to clipboard

Remove tooltip on empty space

Open haarp opened this issue 8 years ago • 1 comments

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.

haarp avatar Dec 29 '16 00:12 haarp

A bit of css will remove it:

#tt > tooltip {
 display: none; 
}

Sporif avatar Jan 17 '17 00:01 Sporif