Highlight newly added replies in thread view (#36237)
This commit is contained in:
parent
23a69e3bd7
commit
059bf1e980
3 changed files with 28 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue