about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-11-06 09:55:16 -0700
committerMichael Howell <michael@notriddle.com>2022-11-06 09:55:16 -0700
commitb34fdd32bb0eb7bf0796186fb94ee10b1e6134b3 (patch)
treeaab16258fa567cd6c76768d5abc7e4f09e1feee4
parent534ddc6166a9031b0c269544929d68f2539ea7a0 (diff)
downloadrust-b34fdd32bb0eb7bf0796186fb94ee10b1e6134b3.tar.gz
rust-b34fdd32bb0eb7bf0796186fb94ee10b1e6134b3.zip
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;