Rollup merge of #101820 - notriddle:notriddle/a, r=GuillaumeGomez

rustdoc: remove no-op rule `a { background: transparent }`

The background is transparent by default.

It was added in 5a01dbe67b to work around a bug in the JavaScript syntax highlighting engine that rustdoc used at the time.
This commit is contained in:
Matthias Krüger 2022-09-15 08:00:18 +02:00 committed by GitHub
commit f62dd52768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -754,7 +754,6 @@ nav.sub form { display: inline; }
a {
text-decoration: none;
background: transparent;
}
.small-section-header {