add pointer-events to the whole .tab-icon-stack

This commit is contained in:
MrOtherGuy 2021-07-16 12:16:19 +03:00
parent c7061ab793
commit 95456bc3bb

View file

@ -19,8 +19,8 @@ See the above repository for updates as well as full license text. */
#TabsToolbar toolbarbutton, #TabsToolbar toolbarbutton,
#TabsToolbar toolbaritem, #TabsToolbar toolbaritem,
.tabbrowser-tab, .tabbrowser-tab,
.tabbrowser-tab .tab-close-button, .tab-close-button,
.tabbrowser-tab .tab-icon-overlay{ .tab-icon-stack{
pointer-events: auto pointer-events: auto
} }