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 inverse link mixin and modifier class #2213

Merged
merged 2 commits into from
Apr 30, 2021
Merged

Commits on Apr 30, 2021

  1. Add inverse link mixin and modifier class

    Inverse links are a fairly common thing for service teams to need to implement, and we often see issues with the focus state being implemented incorrectly.
    
    The upcoming changes to link styles will add even more nuance, so providing a reusable mixin and modifier class will save users time and help to make it more likely that link styles are implemented well.
    
    We can also use this new mixin when we update the header component.
    36degrees committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    182e1e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dbff2b View commit details
    Browse the repository at this point in the history