about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-11-12 09:21:29 -0700
committerMichael Howell <michael@notriddle.com>2022-11-12 09:21:29 -0700
commitfa2c08112fd9e7ce9d4109ed52a36f7378710526 (patch)
tree182b37e9b196ebf3b1b3a2061985fd3950e671bd
parentaa05f99001924004757ebd44b54bb6a4dd30c8bd (diff)
downloadrust-fa2c08112fd9e7ce9d4109ed52a36f7378710526.tar.gz
rust-fa2c08112fd9e7ce9d4109ed52a36f7378710526.zip
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 6a068a3d243..74d7518de6b 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1984,7 +1984,6 @@ in storage.js
 	font-size: 12px;
 	position: relative;
 	bottom: 1px;
-	background: transparent;
 	border-width: 1px;
 	border-style: solid;
 	border-radius: 50px;