Skip to content

Commit

Permalink
rustdoc: remove unused CSS for hidden-by-*-hider
Browse files Browse the repository at this point in the history
This CSS seems to have become obsolete with the move to `<details>` tags,
and its corresponding JavaScript was removed in aee054d
  • Loading branch information
notriddle committed Aug 26, 2022
1 parent 8a13871 commit 832fd23
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 @@ -1581,12 +1581,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 832fd23

Please sign in to comment.