Skip to content

Commit

Permalink
feat(tooltip): Display pointer on tooltip trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Oct 2, 2017
1 parent cd43e35 commit d1e1952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/Tooltip.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
background-image: none;
background-color: transparent;
box-shadow: none;
cursor: 'pointer';
cursor: pointer;
}

.showBubble {
Expand Down

0 comments on commit d1e1952

Please sign in to comment.