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

Fix: Inconsistent link hover behaviour #3972

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Commits on Jul 14, 2023

  1. Fix: Inconsistent link hover behaviour

    Because:
    * We were only removing the underline on hover for external links. This resulted in some links sections having links with different hover behaviour.
    * I think this rule was added so the links in headings wouldn't display an underline on hover - but it doesn't seem to be needed anymore.
    
    This commit:
    * Removes the http matcher regex from the lesson content link selector.
    KevinMulhern committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    de50c87 View commit details
    Browse the repository at this point in the history