feat: 💄 highlight hover replies
This commit is contained in:
parent
be7625cca6
commit
53b6030395
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue