Skip to content

Commit

Permalink
rustdoc: remove unused CSS .non-exhaustive { margin-bottom }
Browse files Browse the repository at this point in the history
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
notriddle committed Sep 17, 2022
1 parent 672831a commit aeddd93
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 aeddd93

Please sign in to comment.