Skip to content

Commit

Permalink
💄 Remove the pointer events handler of loading circle button.
Browse files Browse the repository at this point in the history
  • Loading branch information
gxvv committed Apr 14, 2019
1 parent fc83789 commit 9dcde5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9dcde5a

Please sign in to comment.