Skip to content

Commit

Permalink
#14 making default prev/next button colors consistent with slide dot …
Browse files Browse the repository at this point in the history
…color
  • Loading branch information
jasonwebb committed Sep 22, 2020
1 parent 6dda419 commit 3ff3dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion slick/accessible-slick-theme.min.css

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

4 changes: 2 additions & 2 deletions slick/accessible-slick-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-arrow-color: black !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
Expand Down Expand Up @@ -304,7 +304,7 @@ $slick-opacity-not-active: 0.25 !default;
background: none;
border: 0;
cursor: pointer;
color: white;
color: $slick-arrow-color;

&:hover, &:focus {
outline: none;
Expand Down

0 comments on commit 3ff3dd5

Please sign in to comment.