Skip to content

Commit cdb114e

Browse files
authored
Rollup merge of #102624 - notriddle:notriddle/summary-before, r=GuillaumeGomez
rustdoc: remove font family CSS on `.rustdoc-toggle summary::before` This rule became irrelevant since c58246e made it so that the `summary::before` pseudo-element contains an SVG instead of text.
2 parents 8a0fda2 + d33e113 commit cdb114e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,10 @@ h1, h2, h3, h4, h5, h6,
194194
.item-left > a,
195195
.out-of-band,
196196
span.since,
197-
details.rustdoc-toggle > summary::before,
198197
a.srclink,
199198
#help-button > button,
200199
details.rustdoc-toggle.top-doc > summary,
201-
details.rustdoc-toggle.top-doc > summary::before,
202200
details.rustdoc-toggle.non-exhaustive > summary,
203-
details.rustdoc-toggle.non-exhaustive > summary::before,
204201
.scraped-example-title,
205202
.more-examples-toggle summary, .more-examples-toggle .hide-more,
206203
.example-links a,
@@ -1572,7 +1569,6 @@ details.rustdoc-toggle > summary::before {
15721569
}
15731570

15741571
details.rustdoc-toggle > summary.hideme > span,
1575-
details.rustdoc-toggle > summary::before,
15761572
.more-examples-toggle summary, .more-examples-toggle .hide-more {
15771573
color: var(--toggles-color);
15781574
}

0 commit comments

Comments
 (0)