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

Explicitly set outline-offset to remove 1px transparent border in chrome v84 #1879

Merged
merged 1 commit into from
Jul 23, 2020

Commits on Jul 23, 2020

  1. Explicitly set outline-offset to remove 1px transparent border in chr…

    …ome > 84
    
    Chrome 83 appears to have changed the default outline-offset to 1px, which then adds a transparent border to the skip link. This explicitly sets it to 0 to hide that border.
    
    Fix error due to linting rule
    
    removed 'px' for 0 value
    rorywilsonros authored and Vanita Barrett committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d2044ab View commit details
    Browse the repository at this point in the history