about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-09-29 18:13:21 +0530
committerGitHub <noreply@github.com>2022-09-29 18:13:21 +0530
commit5f18c2bd10badb26fd4343e21730a07af55d42c6 (patch)
treed20391744d7904465d576fa016bbd1a115ad2cd4 /compiler/rustc_parse/src
parentb6d1c15076c60593313fc2f66e3b77664e074d2c (diff)
parentf55ea418c3a85061ae681f7b8a589f41b582be7f (diff)
downloadrust-5f18c2bd10badb26fd4343e21730a07af55d42c6.tar.gz
rust-5f18c2bd10badb26fd4343e21730a07af55d42c6.zip
Rollup merge of #102436 - notriddle:notriddle/normalize-form, r=GuillaumeGomez
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]: https://github.com/necolas/normalize.css/pull/502
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions