From 8573e258f8791e49f532631c19cbec160db38776 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 27 Dec 2018 23:02:32 +0900 Subject: [PATCH] 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(-) diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue index 8fa8ecfdd..a74a46118 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