Skip to content

Commit

Permalink
Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=Guill…
Browse files Browse the repository at this point in the history
…aumeGomez

rustdoc: remove unused CSS `.non-exhaustive { margin-bottom }`

This selector was added in 959a13d to target a `<div class="non-exhaustive">`. With 4edcf61, the non-exhaustive indicator was changed to a `<details>`, and a separate selector targetting `details.non-exhaustive` was added for it, but the old selector was never removed.
  • Loading branch information
matthiaskrgr authored Sep 17, 2022
2 parents 626c36a + aeddd93 commit 5ba52ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1522,10 +1522,6 @@ kbd {
list-style: none;
}

.non-exhaustive {
margin-bottom: 1em;
}

details.dir-entry {
padding-left: 4px;
}
Expand Down

0 comments on commit 5ba52ca

Please sign in to comment.