Skip to content

Commit

Permalink
🐞 prevent disabled button from capturing pointer up event. Fixes #716
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Mar 16, 2018
1 parent aa65c76 commit b20d78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/flickity.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ https://flickity.metafizzy.co
.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
pointer-events: none;
}

.flickity-button-icon {
Expand Down

0 comments on commit b20d78d

Please sign in to comment.