From 80c92ac33d874a19244475bd479cf9c1f49b109f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 22 Mar 2018 20:09:20 -0700 Subject: [PATCH] fix animation IconButton issue in Edge --- routes/_components/IconButton.html | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/_components/IconButton.html b/routes/_components/IconButton.html index dfeeac2..8975241 100644 --- a/routes/_components/IconButton.html +++ b/routes/_components/IconButton.html @@ -34,6 +34,7 @@ width: 24px; height: 24px; fill: var(--action-button-fill-color); + pointer-events: none; /* hack for Edge */ } .icon-button.big-icon .icon-button-svg {