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:
Michael Howell 2022-09-14 13:09:32 -07:00
parent c97922dca5
commit 75aa73db30

View File

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