Skip to content

Commit 80ca2bb

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 c156c27 + d33e113 commit 80ca2bb

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,
@@ -1567,7 +1564,6 @@ details.rustdoc-toggle > summary::before {
15671564
}
15681565

15691566
details.rustdoc-toggle > summary.hideme > span,
1570-
details.rustdoc-toggle > summary::before,
15711567
.more-examples-toggle summary, .more-examples-toggle .hide-more {
15721568
color: var(--toggles-color);
15731569
}

0 commit comments

Comments
 (0)