about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-09-15 08:00:18 +0200
committerGitHub <noreply@github.com>2022-09-15 08:00:18 +0200
commitf62dd527680cf5f8bd7bf1fc18c86707310affd6 (patch)
tree4cd7b0332243aa715602ec5ebcf3d43cbd77943c
parente6aef7bf38448981bb16a2e428ae1f4a9c691e3b (diff)
parent75aa73db308b31547c2dccbea2a21c441ca1cec1 (diff)
downloadrust-f62dd527680cf5f8bd7bf1fc18c86707310affd6.tar.gz
rust-f62dd527680cf5f8bd7bf1fc18c86707310affd6.zip
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 5a01dbe67b43660bf1df96074f34a635aad50e56 to work around a bug in the JavaScript syntax highlighting engine that rustdoc used at the time.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css1
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 c3f8a3a7f45..8bfaaf21c8e 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -754,7 +754,6 @@ nav.sub form { display: inline; }
 
 a {
 	text-decoration: none;
-	background: transparent;
 }
 
 .small-section-header {