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

Only add underline to back link when href exists #1620

Merged
merged 2 commits into from
Oct 29, 2019

Commits on Oct 25, 2019

  1. Only add underline to back link when href exists

    "Browser default behaviour is to underline anchors only when an href is provided. This is to ensure users can identify links on a page (an anchor without an href is not considered a link by default).
    
    This feature also has the side effect of helping developers realise that
    they may have missed an href attribute - as they can visually see on the
    page that a link is not underlined."
    
    Fixes #1171
    NickColley committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    09a8ac9 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    NickColley committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    27355b3 View commit details
    Browse the repository at this point in the history