Skip to content

Commit 832fd23

Browse files
committed
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
1 parent 8a13871 commit 832fd23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/librustdoc/html/static/css/rustdoc.css

-6
Original file line numberDiff line numberDiff line change
@@ -1581,12 +1581,6 @@ kbd {
15811581
cursor: default;
15821582
}
15831583

1584-
.hidden-by-impl-hider,
1585-
.hidden-by-usual-hider {
1586-
/* important because of conflicting rule for small screens */
1587-
display: none !important;
1588-
}
1589-
15901584
#implementations-list > h3 > span.in-band {
15911585
width: 100%;
15921586
}

0 commit comments

Comments
 (0)