Fix newly-highlighted replies not being interactable (#36256)

This commit is contained in:
Claire 2025-09-24 22:37:20 +02:00 committed by GitHub
commit df72a2dbbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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