akiran / akiran/react-slick

Hover effect not working on whole arrow

Aperta
#1,692 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
11.9k
Fork
2.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.