Skip to content

Commit

Permalink
Rollup merge of #102624 - notriddle:notriddle/summary-before, r=Guill…
Browse files Browse the repository at this point in the history
…aumeGomez

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.
  • Loading branch information
matthiaskrgr authored Oct 4, 2022
2 parents 8a0fda2 + d33e113 commit cdb114e
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 @@ -194,13 +194,10 @@ h1, h2, h3, h4, h5, h6,
.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 @@ -1572,7 +1569,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 cdb114e

Please sign in to comment.