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