summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-04-17 20:30:12 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-04-17 20:30:12 +0900
commita1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50 (patch)
tree07217493c36700920a2591ee690243b92122cfe9 /src
parentNew Crowdin translations (#6268) (diff)
downloadmisskey-a1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50.tar.gz
misskey-a1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50.tar.bz2
misskey-a1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50.zip
chore(client): :art:
Diffstat (limited to 'src')
-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;
}