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

rustdoc: clean up settings.css and settings.js #110661

Merged
merged 2 commits into from
Apr 24, 2023

Commits on Apr 21, 2023

  1. rustdoc: remove unneeded handleKey from settings.js

    This code was added in 9dc5dfb
    and 704050d because the browser-
    native checkbox was `display: none`, breaking native keyboard
    accessibility.
    
    The native checkbox is now merely `appearance: none`, which does
    not turn off [behavior semantics], so JavaScript to
    reimplement it isn't needed any more.
    
    [behavior semantics]: https://w3c.github.io/csswg-drafts/css-ui/#appearance-semantics
    notriddle committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5cefe75 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. rustdoc: remove unused CSS color: inherit

    This code was added back when `border-color: currentColor` was used.
    Since it was changed in ad9a89e, the
    current color is not used any more.
    notriddle committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    1d0f34f View commit details
    Browse the repository at this point in the history