From b9797dbc42f00c79304b1152f400d6e8f19b30a6 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 15 Jun 2017 16:14:06 +0100 Subject: [PATCH] Make sure clicks on labels dont stop the event propagation to buttons. --- services/web/public/stylesheets/app/editor/toolbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index 5f84f64682..1bb5f62bdc 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -10,6 +10,7 @@ right: 0; padding: .15em .6em .2em; font-size: 60%; + pointer-events: none; // Labels were capturing button/anchor clicks. } }