about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2022-11-13 16:41:45 +0900
committerGitHub <noreply@github.com>2022-11-13 16:41:45 +0900
commit0d2e94a9f1aefc7e889fabf973b4200c8d728fa7 (patch)
treee5b72252f2cf47c87bb1afac75a18a5d241f343c
parent534c0999d1d1c5bce4f247c943d9d410f9bc7566 (diff)
parentfa2c08112fd9e7ce9d4109ed52a36f7378710526 (diff)
downloadrust-0d2e94a9f1aefc7e889fabf973b4200c8d728fa7.tar.gz
rust-0d2e94a9f1aefc7e889fabf973b4200c8d728fa7.zip
Rollup merge of #104323 - notriddle:notriddle/scrape-help-background, r=GuillaumeGomez
rustdoc: remove no-op CSS `.scrape-help { background: transparent }`

It's a link. This is the default CSS for it.
-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 8a024063d75..3f295b96dc5 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1950,7 +1950,6 @@ in storage.js
 	font-size: 12px;
 	position: relative;
 	bottom: 1px;
-	background: transparent;
 	border-width: 1px;
 	border-style: solid;
 	border-radius: 50px;