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

WWW-960: mobile nav top link color #2314

Merged
merged 3 commits into from
Sep 10, 2021

Commits on Sep 9, 2021

  1. WWW-960: Remove aria-expanded color styling

    This rule is already overridden for desktop links in this line:
    https://github.com/boltdesignsystem/bolt/blob/37832407b915bc1f4be32851d1d1441799d1866e/packages/components/bolt-page-header/src/_page-header-desktop.scss#L315
    
    Mobile links are the only ones it affects, and the only ones that are
    reported as having a problem in WWW-960.
    remydenton committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a2e7523 View commit details
    Browse the repository at this point in the history
  2. WWW-960: Redefine hover and focus color for mobile nav links

    This is only necessary because the changes in the following commit have
    greater specificity than the defaults for hover and focus states defined
    in the `bolt-page-header-action-trigger` mixin.
    
    3167fb8
    remydenton committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7d2fbdd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    8ca3802 View commit details
    Browse the repository at this point in the history