Skip to content

Commit

Permalink
Rollup merge of rust-lang#105480 - notriddle:notriddle/sidebar-toggle…
Browse files Browse the repository at this point in the history
…-mobile-center, r=GuillaumeGomez

rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`

Since 8b001b4 make the sidebar toggle a flex container, and already centers its content in desktop mode, this rule doesn't do anything.
  • Loading branch information
Dylan-DPC committed Dec 9, 2022
2 parents f5aaea5 + 90da11d commit e2b4035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2b4035

Please sign in to comment.