Skip to content

Commit

Permalink
Tweak mouse cursors on search service buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Aug 8, 2016
1 parent 33d5ac0 commit cf71069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/search/user-search/search-bar.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const serviceContainerStyle = {
...transition('backgroundColor'),
alignItems: 'center',
borderRadius: 25,
cursor: 'pointer',
height: 50,
justifyContent: 'center',
position: 'relative',
Expand All @@ -144,6 +145,7 @@ const serviceTooltipStyle = {
backgroundColor: globalColors.black_40,
borderRadius: 65,
color: globalColors.white,
cursor: 'default',
left: -16,
lineHeight: '22px',
minHeight: 22,
Expand Down

0 comments on commit cf71069

Please sign in to comment.