diff --git a/package.json b/package.json index ea58f3741..15fe58ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.7.2", + "version": "12.118.1-calc.7.3", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue index 98a72602c..04b157564 100644 --- a/packages/client/src/components/note-detailed.vue +++ b/packages/client/src/components/note-detailed.vue @@ -537,6 +537,11 @@ if (appearNote.replyId) { > .reply { border-top: solid 0.5px var(--divider); + transition: background-color 0.25s ease-in-out; + + &:hover { + background-color: var(--panelHighlight); + } } &.max-width_500px {