Make sure clicks on labels dont stop the event propagation to buttons.

This commit is contained in:
Paulo Reis 2017-06-15 16:14:06 +01:00
parent 503822deb0
commit b9797dbc42

View file

@ -10,6 +10,7 @@
right: 0;
padding: .15em .6em .2em;
font-size: 60%;
pointer-events: none; // Labels were capturing button/anchor clicks.
}
}