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

Add back link component #568

Merged
merged 3 commits into from Dec 8, 2017
Merged

Add back link component #568

merged 3 commits into from Dec 8, 2017

Commits on Dec 7, 2017

  1. Add back link component

    Uses GOV.UK Frontend spacing units but rewrites internals to be simpler.
    
    Also includes hover state that looks like a regular link to satisfy our accessibility criteria for links.
    NickColley committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    47cabde View commit details
    Browse the repository at this point in the history
  2. Refactor variables to avoid dupliation and possible conflict

    Centralise forked GOV.UK Frontend variables.
    
    Change namespace to app, to be sure that these will not conflict with anything in the future.
    NickColley committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    095606c View commit details
    Browse the repository at this point in the history
  3. Ensure link does not reduce in size on smaller screens

    When testing on smaller screens such as mobile devices, the link was very small.
    
    This could make it harder to press.
    NickColley committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    9fa4e27 View commit details
    Browse the repository at this point in the history