diff options
| author | Michael Howell <michael@notriddle.com> | 2022-09-14 13:09:32 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-09-14 13:09:32 -0700 |
| commit | 75aa73db308b31547c2dccbea2a21c441ca1cec1 (patch) | |
| tree | 07456d740cd41643b94cf68a4c65b7f3036652db /src | |
| parent | c97922dca563cb7f9385b18dbf7ca8c97f8e1597 (diff) | |
| download | rust-75aa73db308b31547c2dccbea2a21c441ca1cec1.tar.gz rust-75aa73db308b31547c2dccbea2a21c441ca1cec1.zip | |
rustdoc: remove no-op rule `a { background: transparent }`
The background is transparent by default. It was added in 5a01dbe67b43660bf1df96074f34a635aad50e56 to work around a bug in the JavaScript syntax highlighting engine that rustdoc used at the time.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 600e7cf3a0b..41018ec34c5 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -766,7 +766,6 @@ nav.sub form { display: inline; } a { text-decoration: none; - background: transparent; } .small-section-header { |
