mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
💄 Remove the pointer events handler of loading circle button.
This commit is contained in:
parent
fc837896b4
commit
9dcde5ab94
@ -107,14 +107,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&&-loading {
|
||||||
|
position: relative;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
&&-loading::before {
|
&&-loading::before {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
&&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) {
|
&&-loading:not(&-circle):not(&-circle-outline):not(&-icon-only) {
|
||||||
position: relative;
|
|
||||||
padding-left: 29px;
|
padding-left: 29px;
|
||||||
pointer-events: none;
|
|
||||||
.@{iconfont-css-prefix}:not(:last-child) {
|
.@{iconfont-css-prefix}:not(:last-child) {
|
||||||
margin-left: -14px;
|
margin-left: -14px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user