Skip to content

Commit 8a467c3

Browse files
authored
Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez
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
2 parents 1e7b6ec + 642bb0d commit 8a467c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/librustdoc/html/static/css/rustdoc.css

-4
Original file line numberDiff line numberDiff line change
@@ -1990,10 +1990,6 @@ in storage.js plus the media query with (min-width: 701px)
19901990
}
19911991

19921992
@media (max-width: 464px) {
1993-
#crate-search {
1994-
border-radius: 4px;
1995-
}
1996-
19971993
.docblock {
19981994
margin-left: 12px;
19991995
}

0 commit comments

Comments
 (0)