feat: 💄 highlight hover replies

This commit is contained in:
ThatOneCalculator 2022-08-17 00:19:10 -07:00
parent be7625cca6
commit 53b6030395
2 changed files with 6 additions and 1 deletions

View file

@ -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",

View file

@ -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 {