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 11, 2015
1 parent c2a7cd3 commit 4cfd15e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slick/slick.scss
Expand Up @@ -93,4 +93,7 @@
height: auto;
border: 1px solid transparent;
}
}
.slick-arrow.slick-hidden {
display: none;
}

0 comments on commit 4cfd15e

Please sign in to comment.