Remove unused CSS

This commit is contained in:
Guillaume Gomez 2022-07-14 14:59:25 +02:00
parent 0ed9c64c3e
commit 62d3b79d4b
4 changed files with 6 additions and 46 deletions

View File

@ -1733,13 +1733,12 @@ details.rustdoc-toggle[open] > summary.hideme > span {
display: none;
}
details.undocumented[open] > summary::before,
details.rustdoc-toggle[open] > summary::before,
details.rustdoc-toggle[open] > summary.hideme::before {
background-image: /* AUTOREPLACE: */url("toggle-minus.svg");
}
details.undocumented > summary::before, details.rustdoc-toggle > summary::before {
details.rustdoc-toggle > summary::before {
background-image: /* AUTOREPLACE: */url("toggle-plus.svg");
}

View File

@ -174,13 +174,11 @@ body.source .example-wrap pre.rust a {
}
details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before,
details.undocumented > summary::before {
details.rustdoc-toggle > summary::before {
color: #999;
}
details.rustdoc-toggle > summary::before,
details.undocumented > summary::before {
details.rustdoc-toggle > summary::before {
filter: invert(100%);
}
@ -218,17 +216,6 @@ details.undocumented > summary::before {
background: none;
}
#help > div {
background: #14191f;
box-shadow: 0px 6px 20px 0px black;
border: none;
border-radius: 4px;
}
#help span.bottom, #help span.top {
border-color: #5c6773;
}
.rightside,
.out-of-band {
color: grey;

View File

@ -148,13 +148,11 @@ body.source .example-wrap pre.rust a {
}
details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before,
details.undocumented > summary::before {
details.rustdoc-toggle > summary::before {
color: #999;
}
details.rustdoc-toggle > summary::before,
details.undocumented > summary::before {
details.rustdoc-toggle > summary::before {
filter: invert(100%);
}
@ -179,20 +177,6 @@ details.undocumented > summary::before {
.stab.portability { background: #F3DFFF; border-color: #b07bdb; color: #2f2f2f; }
.stab.portability > code { background: none; }
#help > div {
background: #4d4d4d;
border-color: #bfbfbf;
}
#help span.bottom, #help span.top {
border-color: #bfbfbf;
}
#help dt {
border-color: #bfbfbf;
background: rgba(0,0,0,0);
}
.rightside,
.out-of-band {
color: grey;

View File

@ -140,8 +140,7 @@ body.source .example-wrap pre.rust a {
}
details.rustdoc-toggle > summary.hideme > span,
details.rustdoc-toggle > summary::before,
details.undocumented > summary::before {
details.rustdoc-toggle > summary::before {
color: #999;
}
@ -161,15 +160,6 @@ details.undocumented > summary::before {
.stab.portability { background: #F3DFFF; border-color: #b07bdb; }
.stab.portability > code { background: none; }
#help > div {
background: #e9e9e9;
border-color: #bfbfbf;
}
#help span.bottom, #help span.top {
border-color: #bfbfbf;
}
.rightside,
.out-of-band {
color: grey;