Skip to content

Commit

Permalink
fix(homepage): add pointer cursor to button (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad authored Nov 29, 2021
1 parent e36ac25 commit 15c7a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HomepageVideo/homepage-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
outline: none;
border: none;
padding: 0;
cursor: pointer;
z-index: 10; //need this to be above dots overlay

@include carbon--breakpoint('lg') {
Expand Down

1 comment on commit 15c7a29

@vercel
Copy link

@vercel vercel bot commented on 15c7a29 Nov 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.