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 aee054d05d8b795d35c0b448a4b731b6507aa459
This commit is contained in:
Michael Howell 2022-08-26 07:34:55 -07:00
parent 8a13871b69
commit 832fd237d1

View File

@ -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%;
}