Skip to content

Commit

Permalink
rustdoc: remove font family CSS on .rustdoc-toggle summary::before
Browse files Browse the repository at this point in the history
This rule became irrelevant since c58246e
made it so that the `summary::before` pseudo-element contains an SVG instead
of text.
  • Loading branch information
notriddle committed Oct 3, 2022
1 parent 744e397 commit d33e113
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,10 @@ a.source,
.item-left > a,
.out-of-band,
span.since,
details.rustdoc-toggle > summary::before,
a.srclink,
#help-button > button,
details.rustdoc-toggle.top-doc > summary,
details.rustdoc-toggle.top-doc > summary::before,
details.rustdoc-toggle.non-exhaustive > summary,
details.rustdoc-toggle.non-exhaustive > summary::before,
.scraped-example-title,
.more-examples-toggle summary, .more-examples-toggle .hide-more,
.example-links a,
Expand Down Expand Up @@ -1573,7 +1570,6 @@ details.rustdoc-toggle > summary::before {
}

details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before,
.more-examples-toggle summary, .more-examples-toggle .hide-more {
color: var(--toggles-color);
}
Expand Down

0 comments on commit d33e113

Please sign in to comment.