From 75aa73db308b31547c2dccbea2a21c441ca1cec1 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Wed, 14 Sep 2022 13:09:32 -0700 Subject: [PATCH] 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. --- src/librustdoc/html/static/css/rustdoc.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 600e7cf3a0bed..41018ec34c5ee 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 {