From b3d043853729513adcfa3d6749a9571e58ff82bd Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Wed, 25 Apr 2018 18:20:47 -0400 Subject: [PATCH] Show hand cursor on media grid items --- ts/components/conversation/media-gallery/MediaGridItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/conversation/media-gallery/MediaGridItem.tsx b/ts/components/conversation/media-gallery/MediaGridItem.tsx index bbb5db27a..1a69314b4 100644 --- a/ts/components/conversation/media-gallery/MediaGridItem.tsx +++ b/ts/components/conversation/media-gallery/MediaGridItem.tsx @@ -17,6 +17,7 @@ const size = { const styles = { container: { ...size, + cursor: 'pointer', backgroundColor: '#f3f3f3', marginRight: 4, marginBottom: 4,