mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(backlinks): scroll to reply and persist highlight when clicking OP backlink
This commit is contained in:
+4
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user