Remove strikethrough from deadlinks if and only if Resurrect Quotes is on.

This commit is contained in:
ccd0 2016-09-21 04:10:59 -07:00
parent 823ddb9d46
commit 785fac50a7
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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),