From cc6702241af96fb2115bcec399f5c5c7629af73d Mon Sep 17 00:00:00 2001 From: Brian Whitton Date: Thu, 20 Apr 2017 12:27:09 -0400 Subject: [PATCH] blank out pointer events on icons in buttons --- app/styles/_buttons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/_buttons.scss b/app/styles/_buttons.scss index 36dd4544b..5ce3880cc 100644 --- a/app/styles/_buttons.scss +++ b/app/styles/_buttons.scss @@ -85,6 +85,10 @@ .btn { @include btn; + + > i { + pointer-events: none; + } } /**