Skip to content

Commit 84f5ccd

Browse files
authored
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 aee054d
2 parents 6ccad25 + 832fd23 commit 84f5ccd

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
@@ -1573,12 +1573,6 @@ kbd {
15731573
cursor: default;
15741574
}
15751575

1576-
.hidden-by-impl-hider,
1577-
.hidden-by-usual-hider {
1578-
/* important because of conflicting rule for small screens */
1579-
display: none !important;
1580-
}
1581-
15821576
#implementations-list > h3 > span.in-band {
15831577
width: 100%;
15841578
}

0 commit comments

Comments
 (0)