Bug 933674 - Overlapping portion (15px) of the selected tab consumes clicks intended for the adjacent background tab. r=mconley

This commit is contained in:
Matthew Noorenberghe 2013-11-05 01:06:37 -08:00
parent be474fa47a
commit 9c157afdf6

View File

@ -234,10 +234,6 @@
pointer-events: none;
}
/* Allow pointer-events on ::before of the ends of selected tabs
since they are clipped to the curve shape. */
.tab-background-start[selected=true]::before,
.tab-background-end[selected=true]::before,
.tab-background-middle,
.tabs-newtab-button,
.tab-close-button {