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

Set skip link focus element's outline to 0 programmatically #814

Closed

Commits on Aug 29, 2015

  1. Set skip link focus element's outline to 0 programmatically

    * Not doing so caused some elements to receive an unwanted `outline`.
    * Setting this programmatically in the JavaScript avoids any additional CSS and keeps the changes contained to the script.
    * It's okay to set the `outline` to 0 here since there's usually no need for a focus outline on an element that only receives focus programmatically.
    
    Fixes Automattic#543
    davidakennedy committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    9bf05db View commit details
    Browse the repository at this point in the history