This commit is contained in:
MrOtherGuy 2020-05-09 07:40:31 +03:00
parent c2b6e57c34
commit 45f5dc2d68

View file

@ -0,0 +1,7 @@
/* 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}