Skip to content

Commit

Permalink
Rollup merge of rust-lang#105730 - notriddle:notriddle/item-info-befo…
Browse files Browse the repository at this point in the history
…re, r=GuillaumeGomez

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 73d0f7c.
  • Loading branch information
matthiaskrgr authored Dec 15, 2022
2 parents 99a1bfc + 6ac0b94 commit 2650b7b
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 2650b7b

Please sign in to comment.