Skip to content

Commit

Permalink
fix(Carousel): Add pointer on hover for controls (#1654)
Browse files Browse the repository at this point in the history
fixes #1631
  • Loading branch information
mahamshahid18 authored and TheSharpieOne committed Oct 10, 2019
1 parent 9e7b704 commit 32f0c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CarouselControl.js
Expand Up @@ -23,6 +23,7 @@ const CarouselControl = (props) => {
return (
<a
className={anchorClasses}
style={{cursor: "pointer"}}
role="button"
tabIndex="0"
onClick={(e) => {
Expand Down

0 comments on commit 32f0c0d

Please sign in to comment.