From 8573e258f8791e49f532631c19cbec160db38776 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 27 Dec 2018 23:02:32 +0900 Subject: Set cursor default on hover the own reaction Co-authored-by: syuilo --- src/client/app/common/views/components/reactions-viewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue index 8fa8ecfddd..a74a461188 100644 --- a/src/client/app/common/views/components/reactions-viewer.vue +++ b/src/client/app/common/views/components/reactions-viewer.vue @@ -151,6 +151,7 @@ export default Vue.extend({ margin-right 6px padding 0 6px border-radius 4px + cursor pointer * user-select none @@ -163,7 +164,6 @@ export default Vue.extend({ color var(--primaryForeground) &:not(.reacted) - cursor pointer background var(--reactionViewerButtonBg) &:hover -- cgit v1.2.3-freya