From a1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 17 Apr 2020 20:30:12 +0900
Subject: [PATCH] chore(client): :art:

---
 src/client/components/reactions-viewer.reaction.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/client/components/reactions-viewer.reaction.vue b/src/client/components/reactions-viewer.reaction.vue
index 8f9324096a..33911dedb8 100644
--- a/src/client/components/reactions-viewer.reaction.vue
+++ b/src/client/components/reactions-viewer.reaction.vue
@@ -157,6 +157,10 @@ export default Vue.extend({
 	&.reacted {
 		background: var(--accent);
 
+		&:hover {
+			background: var(--accent);
+		}
+
 		> span {
 			color: #fff;
 		}