Skip to content

Commit

Permalink
fix(micro-journeys-dropdown): add pointer on menu item hover
Browse files Browse the repository at this point in the history
  • Loading branch information
glassdimly committed Aug 27, 2019
1 parent 03c52e2 commit 55aa7a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/micro-journeys/src/micro-journeys-dropdown.scss
Expand Up @@ -11,5 +11,9 @@
// @TODO replace this with the theme accent color.
border-bottom: 1px solid rgba(var(--bolt-theme-headline), 1);
}

&__content-inner:hover {
cursor: pointer;
}
}

0 comments on commit 55aa7a8

Please sign in to comment.