[Glitch] Fix newly-highlighted replies not being interactable

Port df72a2dbbe to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-09-24 22:37:20 +02:00
parent 9db7ad670f
commit e2a8b5c30f

View File

@@ -1665,6 +1665,7 @@
background: rgb(from $ui-highlight-color r g b / 20%);
opacity: 0;
animation: fade 0.7s reverse both 0.3s;
pointer-events: none;
}
}