Skip to content

Commit 89808ec

Browse files
authored
Rollup merge of rust-lang#104503 - notriddle:notriddle/where, r=GuillaumeGomez
rustdoc: remove redundant font-color CSS on `.where` Before 7f6ce7d, light-theme where clauses had color `#4E4C4C` while the main color was `#000`. One of that commit's simplifications made it so that everything used the same black.
2 parents d9f6d35 + 893bd78 commit 89808ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ h1 a,
217217
.search-results a,
218218
.module-item .stab,
219219
.import-item .stab,
220-
.result-name .primitive > i, .result-name .keyword > i,
221-
.method .where,
222-
.fn .where,
223-
.where.fmt-newline {
220+
.result-name .primitive > i, .result-name .keyword > i {
224221
color: var(--main-color);
225222
}
226223

0 commit comments

Comments
 (0)