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 "normalize.css 8" input override CSS #102436

Merged
merged 1 commit into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. rustdoc: clean up "normalize.css 8" input override CSS

    These rules were copied from normalize.css 3, and are mostly redundant.
    
    * `optgroup` isn't used in rustdoc at all
    * `textarea` is only used for the "copy" button, so it's not visible
    * The remaining buttons and inputs mostly have styles set anyway.
    * We should never be setting `color` without also setting the
      background to something. Otherwise, you get white-on-gray
      text. That seems to be [the reason] why `normalize.css` changed this.
    
    [the reason]: necolas/normalize.css#502
    notriddle committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f55ea41 View commit details
    Browse the repository at this point in the history