about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-12-09 22:31:57 +0100
committerGitHub <noreply@github.com>2022-12-09 22:31:57 +0100
commitd4773866beb77d85a451e23adf55312d75b30aad (patch)
tree42c1fb7b1527ff61bbbf672b70d3a239cff8b039 /src/librustdoc/html
parent320d018268113dc688e40680ede5430d75999f0a (diff)
parent90da11d9afbc258ffa7bea146a6f0e0a09ae583d (diff)
downloadrust-d4773866beb77d85a451e23adf55312d75b30aad.tar.gz
rust-d4773866beb77d85a451e23adf55312d75b30aad.zip
Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`

Since 8b001b4da0716936e0ca32303cc0e3c5e53e42f8 make the sidebar toggle a flex container, and already centers its content in desktop mode, this rule doesn't do anything.
Diffstat (limited to 'src/librustdoc/html')
-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 afcb4022402..724d21ee76c 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -1742,7 +1742,6 @@ in storage.js
 		top: 100px;
 		width: 30px;
 		font-size: 1.5rem;
-		text-align: center;
 		padding: 0;
 		z-index: 10;
 		border-top-right-radius: 3px;