💄 Remove the pointer events handler of loading circle button.

This commit is contained in:
gxvv 2019-04-13 22:18:26 +08:00
parent fc837896b4
commit 9dcde5ab94

View File

@ -107,14 +107,17 @@
}
}
&&-loading {
position: relative;
pointer-events: none;
}
&&-loading::before {
display: block;
}
&&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) {
position: relative;
padding-left: 29px;
pointer-events: none;
.@{iconfont-css-prefix}:not(:last-child) {
margin-left: -14px;
}