Remove strikethrough from deadlinks if and only if Resurrect Quotes is on.
This commit is contained in:
parent
823ddb9d46
commit
785fac50a7
@ -2,6 +2,8 @@ Quotify =
|
||||
init: ->
|
||||
return if g.VIEW not in ['index', 'thread'] or !Conf['Resurrect Quotes']
|
||||
|
||||
$.addClass doc, 'resurrect-quotes'
|
||||
|
||||
if Conf['Comment Expansion']
|
||||
ExpandComment.callbacks.push @node
|
||||
|
||||
|
||||
@ -983,7 +983,7 @@ span.hide-announcement {
|
||||
.catalog-thread > .comment > span.quote, #arc-list span.quote {
|
||||
color: #789922;
|
||||
}
|
||||
:root:not(.catalog-mode) .deadlink {
|
||||
:root.resurrect-quotes .deadlink {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.backlink.deadlink:not(.forwardlink),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user