Skip to content

Commit

Permalink
rustdoc: remove no-op CSS .item-info:before { color }
Browse files Browse the repository at this point in the history
No content is set, so this pseudo-element does not exist. The CSS was
obsoleted by 73d0f7c.
  • Loading branch information
notriddle committed Dec 15, 2022
1 parent fbf8b93 commit 6ac0b94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/librustdoc/html/static/css/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions src/librustdoc/html/static/css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 0 additions & 2 deletions src/librustdoc/html/static/css/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6ac0b94

Please sign in to comment.