rustdoc: remove no-op CSS .item-info:before { color }

No content is set, so this pseudo-element does not exist. The CSS was
obsoleted by 73d0f7c7b6.
This commit is contained in:
Michael Howell 2022-12-14 22:11:59 -07:00
parent fbf8b937b4
commit 6ac0b94f44
3 changed files with 0 additions and 6 deletions

View File

@ -150,8 +150,6 @@ pre, .rustdoc.source .example-wrap {
color: #c5c5c5;
}
.content .item-info::before { color: #ccc; }
.sidebar h2 a,
.sidebar h3 a {
color: white;

View File

@ -85,8 +85,6 @@
--table-alt-row-background-color: #2A2A2A;
}
.content .item-info::before { color: #ccc; }
body.source .example-wrap pre.rust a {
background: #333;
}

View File

@ -82,8 +82,6 @@
--table-alt-row-background-color: #F5F5F5;
}
.content .item-info::before { color: #ccc; }
body.source .example-wrap pre.rust a {
background: #eee;
}