From 68f564dc0db5d87394253b0f92b5e6fa0f7ae5c0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Jun 2017 13:29:53 -0500 Subject: [PATCH] Issue #1601. Ensure label editor button can receive click events. --- webcompat/static/css/development/components/label-editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webcompat/static/css/development/components/label-editor.css b/webcompat/static/css/development/components/label-editor.css index b82a9c852..705fb672b 100644 --- a/webcompat/static/css/development/components/label-editor.css +++ b/webcompat/static/css/development/components/label-editor.css @@ -170,3 +170,7 @@ .wc-LabelEditor-launcher.is-active::before { content: "\f00d"; } + +.wc-Issue-labelEditor-button .wc-LabelEditorLauncher { + pointer-events: auto; +}