Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=GuillaumeGomez
rustdoc: remove unused CSS `.non-exhaustive { margin-bottom }` This selector was added in959a13d53e
to target a `<div class="non-exhaustive">`. With4edcf61479
, 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:
commit
5ba52ca002
1 changed files with 0 additions and 4 deletions
|
@ -1522,10 +1522,6 @@ kbd {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
.non-exhaustive {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
details.dir-entry {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue