Skip to content

Commit 5ba52ca

Browse files
authored
Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=GuillaumeGomez
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.
2 parents 626c36a + aeddd93 commit 5ba52ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1522,10 +1522,6 @@ kbd {
15221522
list-style: none;
15231523
}
15241524

1525-
.non-exhaustive {
1526-
margin-bottom: 1em;
1527-
}
1528-
15291525
details.dir-entry {
15301526
padding-left: 4px;
15311527
}

0 commit comments

Comments
 (0)