Skip to content

Commit

Permalink
Fix color of non active slick dots in creator (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre authored Dec 15, 2023
1 parent 1d88804 commit 42dd986
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/assets/sass/creator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ body.creator {
color: $background-light-green;
cursor: pointer;
}

.slick-dots li:not(.slick-active) button::before {
color: $background-grey !important;
}

.slick-dots li.slick-acitve button::before {
color: $background-light-green !important;
}
}
}

Expand Down

0 comments on commit 42dd986

Please sign in to comment.