From cf71069f9af9309c9fcd105ce1ffca78094c102e Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Mon, 8 Aug 2016 13:25:51 -0700 Subject: [PATCH] Tweak mouse cursors on search service buttons --- shared/search/user-search/search-bar.desktop.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/search/user-search/search-bar.desktop.js b/shared/search/user-search/search-bar.desktop.js index 3a946cdfd4aa..80ad483226ce 100644 --- a/shared/search/user-search/search-bar.desktop.js +++ b/shared/search/user-search/search-bar.desktop.js @@ -131,6 +131,7 @@ const serviceContainerStyle = { ...transition('backgroundColor'), alignItems: 'center', borderRadius: 25, + cursor: 'pointer', height: 50, justifyContent: 'center', position: 'relative', @@ -144,6 +145,7 @@ const serviceTooltipStyle = { backgroundColor: globalColors.black_40, borderRadius: 65, color: globalColors.white, + cursor: 'default', left: -16, lineHeight: '22px', minHeight: 22,