Rollup merge of #101044 - notriddle:notriddle/css-hidden-by, r=jsha

rustdoc: remove unused CSS for `hidden-by-*-hider`

This CSS seems to have become obsolete with the move to `<details>` tags,
and its corresponding JavaScript was removed in aee054d05d
This commit is contained in:
Yuki Okushi 2022-08-27 13:14:22 +09:00 committed by GitHub
commit 84f5ccd917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1573,12 +1573,6 @@ kbd {
cursor: default;
}
.hidden-by-impl-hider,
.hidden-by-usual-hider {
/* important because of conflicting rule for small screens */
display: none !important;
}
#implementations-list > h3 > span.in-band {
width: 100%;
}