Add display rule to fix Edge ignoring pointer-events (#12712)

This commit is contained in:
dazbo 2018-10-19 05:17:23 +02:00 committed by Wei Zhu
parent 057c8a3e52
commit f24917bb5f

View File

@ -21,6 +21,7 @@
> i,
> span {
pointer-events: none;
display: inline-block;
}
&-primary {