Skip to content

Commit d33e113

Browse files
committed
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.
1 parent 744e397 commit d33e113

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
@@ -207,13 +207,10 @@ a.source,
207207
.item-left > a,
208208
.out-of-band,
209209
span.since,
210-
details.rustdoc-toggle > summary::before,
211210
a.srclink,
212211
#help-button > button,
213212
details.rustdoc-toggle.top-doc > summary,
214-
details.rustdoc-toggle.top-doc > summary::before,
215213
details.rustdoc-toggle.non-exhaustive > summary,
216-
details.rustdoc-toggle.non-exhaustive > summary::before,
217214
.scraped-example-title,
218215
.more-examples-toggle summary, .more-examples-toggle .hide-more,
219216
.example-links a,
@@ -1573,7 +1570,6 @@ details.rustdoc-toggle > summary::before {
15731570
}
15741571

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

0 commit comments

Comments
 (0)