Skip to content

Commit

Permalink
Rollup merge of #101044 - notriddle:notriddle/css-hidden-by, r=jsha
Browse files Browse the repository at this point in the history
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 aee054d
  • Loading branch information
JohnTitor authored Aug 27, 2022
2 parents 6ccad25 + 832fd23 commit 84f5ccd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 84f5ccd

Please sign in to comment.