Skip to content

Commit

Permalink
Merge pull request #1602 from /issues/1601/1
Browse files Browse the repository at this point in the history
Fixes #1601. Ensure label editor button can receive click events.
  • Loading branch information
Mike Taylor authored Jun 20, 2017
2 parents e8593a5 + 68f564d commit 531f4c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webcompat/static/css/development/components/label-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,7 @@
.wc-LabelEditor-launcher.is-active::before {
content: "\f00d";
}

.wc-Issue-labelEditor-button .wc-LabelEditorLauncher {
pointer-events: auto;
}

0 comments on commit 531f4c6

Please sign in to comment.