1
Fork 0

Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=GuillaumeGomez

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

This selector was added in 959a13d53e to target a `<div class="non-exhaustive">`. With 4edcf61479, 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.
This commit is contained in:
Matthias Krüger 2022-09-17 23:30:51 +02:00 committed by GitHub
commit 5ba52ca002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1522,10 +1522,6 @@ kbd {
list-style: none;
}
.non-exhaustive {
margin-bottom: 1em;
}
details.dir-entry {
padding-left: 4px;
}