Skip to content

Commit

Permalink
Merge pull request kenwheeler#1214 from oller/patch-1
Browse files Browse the repository at this point in the history
Nest .slick-prev and .slick-next :before pseudo classes
  • Loading branch information
simeydotme committed Jan 23, 2016
2 parents ae0fcfb + 4fb6d57 commit 3d724c0
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions slick/slick-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,15 @@ $slick-opacity-not-active: 0.25 !default;
&.slick-disabled:before {
opacity: $slick-opacity-not-active;
}
}

.slick-prev:before, .slick-next:before {
font-family: $slick-font-family;
font-size: 20px;
line-height: 1;
color: $slick-arrow-color;
opacity: $slick-opacity-default;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&:before {
font-family: $slick-font-family;
font-size: 20px;
line-height: 1;
color: $slick-arrow-color;
opacity: $slick-opacity-default;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}

.slick-prev {
Expand Down

0 comments on commit 3d724c0

Please sign in to comment.