diff options
| author | Michael Howell <michael@notriddle.com> | 2022-10-03 09:29:26 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-10-03 09:29:26 -0700 |
| commit | d33e113ba059c24fc6bcec86e3c39d07c7ca1c3e (patch) | |
| tree | 661c4b13f33b591f5e70bf9e782dc5208afc947d | |
| parent | 744e397d8855f7da87d70aa8d0bd9e0f5f0b51a1 (diff) | |
| download | rust-d33e113ba059c24fc6bcec86e3c39d07c7ca1c3e.tar.gz rust-d33e113ba059c24fc6bcec86e3c39d07c7ca1c3e.zip | |
rustdoc: remove font family CSS on `.rustdoc-toggle summary::before`
This rule became irrelevant since c58246efe47bea09d4f3e70f536e4c9bb7770749 made it so that the `summary::before` pseudo-element contains an SVG instead of text.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 84e6df59f57..6098d6da237 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -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, @@ -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); } |
