about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2022-11-07 09:46:27 +0900
committerGitHub <noreply@github.com>2022-11-07 09:46:27 +0900
commit458b132bf9ebb674cdb969bb649a045de88daa75 (patch)
treee8b895fead8eab68882b81bb5a8a9c7b2e2911db
parentd6c41a23b9b6d95ab2f56de9ac5f6ce47e5a4dff (diff)
parentb34fdd32bb0eb7bf0796186fb94ee10b1e6134b3 (diff)
downloadrust-458b132bf9ebb674cdb969bb649a045de88daa75.tar.gz
rust-458b132bf9ebb674cdb969bb649a045de88daa75.zip
Rollup merge of #104062 - notriddle:notriddle/sidebar-filler, r=GuillaumeGomez
rustdoc: remove unused CSS `#sidebar-filler`

This hack was removed in 6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c, but the CSS was left in.
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index 66e48ba8cf1..ee3f4e7c471 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1804,21 +1804,6 @@ in storage.js
 		display: block;
 	}
 
-	/* Because of ios, we need to actually have a full height sidebar title so the
-	 * actual sidebar can show up. But then we need to make it transparent so we don't
-	 * hide content. The filler just allows to create the background for the sidebar
-	 * title. But because of the absolute position, I had to lower the z-index.
-	 */
-	#sidebar-filler {
-		position: fixed;
-		left: 45px;
-		width: calc(100% - 45px);
-		top: 0;
-		height: 45px;
-		z-index: -1;
-		border-bottom: 1px solid;
-	}
-
 	#main-content > details.rustdoc-toggle > summary::before,
 	#main-content > div > details.rustdoc-toggle > summary::before {
 		left: -11px;