fix(backlinks): scroll to reply and persist highlight when clicking OP backlink

This commit is contained in:
plebeius
2026-02-25 16:18:16 +08:00
parent e241125aac
commit 41f07124c6
2 changed files with 15 additions and 2 deletions
+4 -2
View File
@@ -82,7 +82,8 @@ hr {
cursor: pointer;
}
.highlight {
.highlight,
.scroll-highlight {
background: var(--reply-highlight-background-color) !important;
}
@@ -104,7 +105,8 @@ hr {
cursor: pointer;
}
.highlight {
.highlight,
.scroll-highlight {
background: var(--reply-highlight-background-color) !important;
border: var(--reply-highlight-border) !important;
border-left: var(--reply-highlight-border-left, revert) !important;