mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix newly-highlighted replies not being interactable (#36256)
This commit is contained in:
parent
28be5a199f
commit
df72a2dbbe
1 changed files with 1 additions and 0 deletions
|
|
@ -1605,6 +1605,7 @@
|
||||||
background: rgb(from $ui-highlight-color r g b / 20%);
|
background: rgb(from $ui-highlight-color r g b / 20%);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: fade 0.7s reverse both 0.3s;
|
animation: fade 0.7s reverse both 0.3s;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue