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: ->
|
init: ->
|
||||||
return if g.VIEW not in ['index', 'thread'] or !Conf['Resurrect Quotes']
|
return if g.VIEW not in ['index', 'thread'] or !Conf['Resurrect Quotes']
|
||||||
|
|
||||||
|
$.addClass doc, 'resurrect-quotes'
|
||||||
|
|
||||||
if Conf['Comment Expansion']
|
if Conf['Comment Expansion']
|
||||||
ExpandComment.callbacks.push @node
|
ExpandComment.callbacks.push @node
|
||||||
|
|
||||||
|
|||||||
@ -983,7 +983,7 @@ span.hide-announcement {
|
|||||||
.catalog-thread > .comment > span.quote, #arc-list span.quote {
|
.catalog-thread > .comment > span.quote, #arc-list span.quote {
|
||||||
color: #789922;
|
color: #789922;
|
||||||
}
|
}
|
||||||
:root:not(.catalog-mode) .deadlink {
|
:root.resurrect-quotes .deadlink {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
.backlink.deadlink:not(.forwardlink),
|
.backlink.deadlink:not(.forwardlink),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user