Skip to content

Commit

Permalink
Merge pull request #4394 from vaibhav-xt/vaibhav-xt
Browse files Browse the repository at this point in the history
fixed Slider Double Dot issue #4393
  • Loading branch information
leecalcote committed Jun 17, 2023
2 parents 75e86b0 + 6547a3f commit 08b9229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Related-Posts/relatedPosts.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ const RelatedPostsWrapper = styled.div`
.slick-disabled{
visibility: hidden;
}
.slick-dots li:before{
content: "";
}
.slick-dots li button:before {
font-size: 0.6rem;
color: ${props => props.theme.secondaryColor};
Expand Down

0 comments on commit 08b9229

Please sign in to comment.