Skip to content

Commit

Permalink
Adding in a css style for .slick-arrow.slick-hidden {}
Browse files Browse the repository at this point in the history
This style is for handling when a breakpoint hits where there's less
slides than we have set to show... arrows should be hidden at this point,
regardless of if they are custom arrows, or dom-elements.

This is non-critical, but non-backwards-compatible change, so should be
added to a minor version with that mentioned.
  • Loading branch information
simeydotme committed May 12, 2015
1 parent f4a4694 commit a5daeb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slick/slick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@
height: auto;
border: 1px solid transparent;
}
}
.slick-arrow.slick-hidden {
display: none;
}

0 comments on commit a5daeb6

Please sign in to comment.