You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
firefox-csshacks/chrome/disable_newtab_on_middle_cl...

7 lines
229 B
CSS

/* Prevents middle-clicking in empty area in tabs toolbar from opening new tabs */
#tabbrowser-arrowscrollbox{pointer-events: none}
.tabbrowser-tab,
#scrollbutton-up,
#scrollbutton-down,
#tabs-newtab-button{pointer-events: auto}