Handle footnote backlinks w/o css classes. Fixes #3084

This commit is contained in:
Duncan Babbage
2021-04-28 13:29:48 +12:00
parent 6b77602694
commit e5a21cfee6
2 changed files with 3 additions and 2 deletions

View File

@@ -375,7 +375,8 @@ img[src*="share-buttons"] {
.newsfoot-footnote-popover .reversefootnote,
.newsfoot-footnote-popover .footnoteBackLink,
.newsfoot-footnote-popover .footnote-return {
.newsfoot-footnote-popover .footnote-return,
.newsfoot-footnote-popover a[href^='#fn'] {
display: none;
}