mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
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:
@@ -766,7 +766,6 @@ nav.sub form { display: inline; }
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.small-section-header {
|
||||
|
||||
Reference in New Issue
Block a user