Highlight newly added replies in thread view (#36237)

This commit is contained in:
diondiondion 2025-09-24 11:27:33 +02:00 committed by GitHub
commit 059bf1e980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 1 deletions

View file

@ -1597,6 +1597,15 @@
}
}
}
.no-reduce-motion &--highlighted-entry::before {
content: '';
position: absolute;
inset: 0;
background: rgb(from $ui-highlight-color r g b / 20%);
opacity: 0;
animation: fade 0.7s reverse both 0.3s;
}
}
.status__relative-time {