diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-04-17 20:30:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-04-17 20:30:12 +0900 |
| commit | a1bf54fe164b874f8733bc0bfc3c5dd29f3e3e50 (patch) | |
| tree | 07217493c36700920a2591ee690243b92122cfe9 /src | |
| parent | New Crowdin translations (#6268) (diff) | |
| download | misskey-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.vue | 4 |
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; } |