summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/reactions-viewer.reaction.vue4
1 files changed, 4 insertions, 0 deletions
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;
}