Accessible360 / accessible-slick

the last (accessible) carousel you'll ever need.
https://accessible360.github.io/accessible-slick
MIT License
254 stars 45 forks source link

Invalid cursor option in CSS #50

Closed dwhiterei closed 2 years ago

dwhiterei commented 2 years ago

On line 30 of slick.scss, there is the following declaration: cursor: hand

Technically, hand is not one of the allowable options for cursor (see https://developer.mozilla.org/en-US/docs/Web/CSS/cursor). This should probably be grab or grabbing.

pratikbassi commented 2 years ago

Fix merged into master and tested, will be in next minor release