summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLasse Collin <120408189+Larhzu@users.noreply.github.com>2024-01-03 11:32:50 +0200
committerGitHub <noreply@github.com>2024-01-03 02:32:50 -0700
commit6986bff57d615d6c399873387b7e0ccca1508ee7 (patch)
tree20d700f2f296eb158383c478456625154ecf3957 /data
parent7d856042fdd278f87d4c480180440e519fa1e97c (diff)
resolves #4530 by underlining active footnote link (PR #4534)
update default stylesheet to underline active footnote link in footnotes list
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 6b7b87d6..bf079797 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -288,7 +288,7 @@ a.image{text-decoration:none;display:inline-block}
a.image object{pointer-events:none}
sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
sup.footnote a,sup.footnoteref a{text-decoration:none}
-sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
+sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline}
#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}