add pointer-events to the whole .tab-icon-stack
This commit is contained in:
parent
c7061ab793
commit
95456bc3bb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue