1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-24 02:44:51 +01:00

fix animation IconButton issue in Edge

This commit is contained in:
Nolan Lawson 2018-03-22 20:09:20 -07:00
parent a03961f379
commit 80c92ac33d

View File

@ -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 {