diff --git a/src/styles/adaptedStyles/comments.scss b/src/styles/adaptedStyles/comments.scss index 7815a82b..90ef4a7c 100644 --- a/src/styles/adaptedStyles/comments.scss +++ b/src/styles/adaptedStyles/comments.scss @@ -70,6 +70,21 @@ background-color: var(--bew-fill-1) !important; } + .sub-reply-item.show-reply, + .reply-item .root-reply-container.show-reply { + background-color: var(--bew-fill-1); + animation: jumpReply 5s forwards; + } + + @keyframes jumpReply { + 0% { + background-color: var(--bew-theme-color-10); + } + 100% { + background-color: var(--bew-fill-1); + } + } + // Like & dislike icon .like-icon, .dislike-icon,