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
1 changed files with 1 additions and 0 deletions

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 {