Skip to content

Commit dfeff64

Browse files
authored
Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=GuillaumeGomez
rustdoc: remove no-op CSS `.location:empty { border: none }` This rule was added in 2bb2a29 to remove a border placed around the location when it's empty. That rule was removed in 6a5f8b1, so this rule does nothing.
2 parents 2337063 + 8abf487 commit dfeff64

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
@@ -522,10 +522,6 @@ img {
522522
width: 100px;
523523
}
524524

525-
.location:empty {
526-
border: none;
527-
}
528-
529525
.block ul, .block li {
530526
padding: 0;
531527
margin: 0;

0 commit comments

Comments
 (0)