I am having an issue very similar to: \"Jquery \'click\' not firing when icon is on button\" however the resolution for that post is not providing a solution for me, so I th
Simple CSS solution:
button > * { pointer-events: none; }