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:
parent
fbf8b937b4
commit
6ac0b94f44
3 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue