fix animation IconButton issue in Edge
This commit is contained in:
parent
a03961f379
commit
80c92ac33d
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue