akiran / akiran/react-slick

Hover effect not working on whole arrow

Open
#1,692 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
11.9k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

Hello All,

I have noticed that when i am hovering on next arrow, hover effect is not effective over complete arrow element. Is there a fix for this ?

```js
const settings = {
arrows: true,
dots: true,
infinite: false,
centerMode: true,
speed: 1000,
autoplay: false,
slidesToShow: 1,
slidesToScroll: 1,
centerPadding: "60px",
centerMode: true
};
```
```js
return (


{cardDetails}

);
```

![ezgif `com-crop](https://user-images.githubusercontent.com/16174144/71083027-1cda7780-21b8-11ea-8515-9da53a5129c6.gif)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.