💄 Stops footnote links being inadvertently hidden

Stops `display: none` applying to `.newsfoot-footnote-popover a[href*='#fn’]`. This was indavertently hiding `<a>` elements where the href contains `#fn`…thus a link inside a footnote that links to another footnote was being hidden. Fixes #4485
This commit is contained in:
Stuart Breckenridge 2025-01-16 08:16:43 +08:00
parent fea425fba2
commit 0e2fb903a5
No known key found for this signature in database

View File

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