@@ -118,8 +118,7 @@ pre, .rustdoc.source .example-wrap {
118
118
.content span .primitive , .content a .primitive { color : # ffa0a5 ; }
119
119
.content span .traitalias , .content a .traitalias { color : # 39AFD7 ; }
120
120
.content span .keyword , .content a .keyword { color : # 39AFD7 ; }
121
-
122
- .content span .externcrate , .content span .mod , .content a .mod {
121
+ .content span .mod , .content a .mod {
123
122
color : # 39AFD7 ;
124
123
}
125
124
.content span .struct , .content a .struct {
@@ -131,28 +130,17 @@ pre, .rustdoc.source .example-wrap {
131
130
.content span .trait , .content a .trait {
132
131
color : # 39AFD7 ;
133
132
}
134
- .content span .type , .content a .type {
135
- color : # 39AFD7 ;
136
- }
137
- .content span .type ,
138
- .content a .type ,
139
- .block a .current .type { color : # 39AFD7 ; }
140
- .content span .associatedtype ,
141
- .content a .associatedtype ,
142
- .block a .current .associatedtype { color : # 39AFD7 ; }
143
- .content span .fn , .content a .fn , .content span .method ,
144
- .content a .method , .content span .tymethod ,
145
- .content a .tymethod , .content .fnname {
146
- color : # fdd687 ;
147
- }
133
+ .content span .type , .content a .type { color : # 39AFD7 ; }
134
+ .content span .associatedtype , .content a .associatedtype { color : # 39AFD7 ; }
135
+ .content span .fn , .content a .fn ,
136
+ .content .fnname { color : # fdd687 ; }
148
137
.content span .attr , .content a .attr , .content span .derive ,
149
138
.content a .derive , .content span .macro , .content a .macro {
150
139
color : # a37acc ;
151
140
}
152
141
153
142
.sidebar a { color : # 53b1db ; }
154
143
.sidebar a .current .type { color : # 53b1db ; }
155
- .sidebar a .current .associatedtype { color : # 53b1db ; }
156
144
157
145
pre .rust .comment { color : # 788797 ; }
158
146
pre .rust .doccomment { color : # a1ac88 ; }
@@ -290,34 +278,11 @@ individually rather than as a group) */
290
278
/* FIXME: these rules should be at the bottom of the file but currently must be
291
279
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
292
280
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
293
- .content span .attr , .content a .attr , .block a .current .attr , .content span .derive , .content a .derive ,
294
- .block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
295
- .content span .struct , .content a .struct , .block a .current .struct {}
296
- # titles > button : hover , # titles > button .selected {}
297
- .content span .typedef , .content a .typedef , .block a .current .typedef {}
298
- .content span .union , .content a .union , .block a .current .union {}
299
281
pre .rust .lifetime {}
300
- .stab .unstable {}
301
- h2 ,
302
- h3 : not (.impl ): not (.method ): not (.type ): not (.tymethod ), h4 : not (.method ): not (.type ): not (.tymethod ) {}
303
- .content span .enum , .content a .enum , .block a .current .enum {}
304
- .content span .constant , .content a .constant , .block a .current .constant , .content span .static ,
305
- .content a .static , .block a .current .static {}
306
- .content span .keyword , .content a .keyword , .block a .current .keyword {}
307
- .content span .traitalias , .content a .traitalias , .block a .current .traitalias {}
308
- .content span .fn , .content a .fn , .block a .current .fn , .content span .method , .content a .method ,
309
- .block a .current .method , .content span .tymethod , .content a .tymethod , .block a .current .tymethod ,
310
- .content .fnname {}
311
282
pre .rust .kw {}
312
- pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
313
- .content span .foreigntype , .content a .foreigntype , .block a .current .foreigntype {}
314
- .stab .deprecated {}
315
- .content a .attr , .content a .derive , .content a .macro {}
316
- .stab .portability {}
317
- .content span .primitive , .content a .primitive , .block a .current .primitive {}
318
- .content span .externcrate , .content span .mod , .content a .mod , .block a .current .mod {}
319
- pre .rust .kw-2 , pre .rust .prelude-ty {}
320
- .content span .trait , .content a .trait , .block a .current .trait {}
283
+ # titles > button : hover , # titles > button .selected {}
284
+ pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
285
+ pre .rust .kw-2 , pre .rust .prelude-ty {}
321
286
322
287
.search-results a : focus span {}
323
288
a .result-trait : focus {}
@@ -353,13 +318,9 @@ a.result-keyword:focus {}
353
318
.sidebar a .current .constant
354
319
.sidebar a .current .static {}
355
320
.sidebar a .current .primitive {}
356
- .sidebar a .current .externcrate
357
- .sidebar a .current .mod {}
358
321
.sidebar a .current .trait {}
359
322
.sidebar a .current .traitalias {}
360
- .sidebar a .current .fn ,
361
- .sidebar a .current .method ,
362
- .sidebar a .current .tymethod {}
323
+ .sidebar a .current .fn {}
363
324
.sidebar a .current .keyword {}
364
325
365
326
kbd {
0 commit comments