Skip to content

Commit

Permalink
Rollup merge of #103162 - notriddle:notriddle/crate-search, r=Guillau…
Browse files Browse the repository at this point in the history
…meGomez

rustdoc: remove redundant CSS `#crate-search { border-radius }`

This is the same border-radius that's always set on that ID:

https://github.com/rust-lang/rust/blob/a9d1cafa878ecc04a4aa7aaa7df0414a29a2bd0b/src/librustdoc/html/static/css/rustdoc.css#L825-L836
  • Loading branch information
matthiaskrgr committed Oct 17, 2022
2 parents 1e7b6ec + 642bb0d commit 8a467c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1990,10 +1990,6 @@ in storage.js plus the media query with (min-width: 701px)
}

@media (max-width: 464px) {
#crate-search {
border-radius: 4px;
}

.docblock {
margin-left: 12px;
}
Expand Down

0 comments on commit 8a467c3

Please sign in to comment.