Skip to content

Commit

Permalink
fix(button): prevent feedback layer swallowing click event[#244]
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Nov 30, 2018
1 parent 8a48bae commit c2bcba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/button/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default {
content ''
position absolute
box-sizing border-box
pointer-events none
&:active::before
display block
.md-button-inner
Expand Down

0 comments on commit c2bcba5

Please sign in to comment.