Skip to content

Commit

Permalink
rustdoc: remove unused CSS .search-container > *
Browse files Browse the repository at this point in the history
The two items it was really intended to target were the buttons, and those
both need to have the style set directly on them anyway because the buttons
are both child elements of wrappers.
  • Loading branch information
notriddle committed Oct 13, 2022
1 parent 6b3ede3 commit 513f699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,6 @@ table,
height: 34px;
margin-top: 4px;
}
.search-container > * {
height: 100%;
}
.search-results-title {
margin-top: 0;
white-space: nowrap;
Expand Down

0 comments on commit 513f699

Please sign in to comment.