Skip to content

Commit

Permalink
πŸ‘· build v2.1.1
Browse files Browse the repository at this point in the history
πŸ‘· build v2.1.1

🐞 Fixed undefined _dragPointerMove bug with Unidragger 2.3. #724
🐞 Fixed double next on next button click. #721
πŸ›  **Breaking change** Removed vendor prefixes. Drop Android 4 support
  • Loading branch information
desandro committed Mar 29, 2018
1 parent 8cea63a commit 3f5b5fb
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 188 deletions.
2 changes: 1 addition & 1 deletion css/flickity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Flickity v2.1.0
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */

Expand Down
6 changes: 2 additions & 4 deletions dist/flickity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Flickity v2.1.0
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */

Expand Down Expand Up @@ -46,7 +46,6 @@ https://flickity.metafizzy.co

.flickity-button {
position: absolute;
background: white;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
Expand Down Expand Up @@ -85,8 +84,7 @@ https://flickity.metafizzy.co
height: 44px;
border-radius: 50%;
/* vertically center */
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
Expand Down
4 changes: 2 additions & 2 deletions dist/flickity.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f5b5fb

Please sign in to comment.