fenix-fox/chrome/disable_newtab_on_middle_click.css
2020-05-09 07:40:31 +03:00

7 lines
No EOL
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}