Skip to content

Commit 6ac0b94

Browse files
committed
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.
1 parent fbf8b93 commit 6ac0b94

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/librustdoc/html/static/css/themes/ayu.css

-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ pre, .rustdoc.source .example-wrap {
150150
color: #c5c5c5;
151151
}
152152

153-
.content .item-info::before { color: #ccc; }
154-
155153
.sidebar h2 a,
156154
.sidebar h3 a {
157155
color: white;

src/librustdoc/html/static/css/themes/dark.css

-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
--table-alt-row-background-color: #2A2A2A;
8686
}
8787

88-
.content .item-info::before { color: #ccc; }
89-
9088
body.source .example-wrap pre.rust a {
9189
background: #333;
9290
}

src/librustdoc/html/static/css/themes/light.css

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282
--table-alt-row-background-color: #F5F5F5;
8383
}
8484

85-
.content .item-info::before { color: #ccc; }
86-
8785
body.source .example-wrap pre.rust a {
8886
background: #eee;
8987
}

0 commit comments

Comments
 (0)