Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves #4530 by underlining active footnote link in footnotes list #4534

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

Larhzu
Copy link
Contributor

@Larhzu Larhzu commented Jan 2, 2024

Consider the following document:

= Title

Foo.footnote:[Bar]

The link after Foo is underlined in active state but the link before Bar wasn't before this commit.

Note that the related

#footnotes .footnote a:first-of-type {
  ...
  text-decoration: none;
  ...
}

is later in the stylesheet but this way the code is slightly smaller.

Fixes: #4530

@mojavelinux mojavelinux changed the title resolves #4530 by underlining active footnote link resolves #4530 by underlining active footnote link in footnotes list Jan 3, 2024
Consider the following document:

    = Title

    Foo.footnote:[Bar]

The link after Foo is underlined in active state but
the link before Bar wasn't before this commit.

Note that the related

    #footnotes .footnote a:first-of-type {
      ...
      text-decoration: none;
      ...
    }

is later in the stylesheet but this way the code is slightly smaller.

Fixes: #4530
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
@mojavelinux mojavelinux merged commit 6986bff into asciidoctor:main Jan 3, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stylesheet: Underline active footnote link
2 participants