@@ -278,29 +278,11 @@ individually rather than as a group) */
278
278
/* FIXME: these rules should be at the bottom of the file but currently must be
279
279
above the `@media (max-width: 700px)` rules due to a bug in the css checker */
280
280
/* see https://github.com/rust-lang/rust/pull/71237#issuecomment-618170143 */
281
- .content span .attr , .content a .attr ,
282
- .content span .derive , .content a .derive ,
283
- .content span .macro , .content a .macro {}
284
- .content span .struct , .content a .struct {}
285
- # titles > button : hover , # titles > button .selected {}
286
- .content span .union , .content a .union {}
287
281
pre .rust .lifetime {}
288
- .content span .enum , .content a .enum {}
289
- .content span .constant , .content a .constant ,
290
- .content span .static , .content a .static {}
291
- .content span .keyword , .content a .keyword {}
292
- .content span .traitalias , .content a .traitalias {}
293
- .content span .fn , .content a .fn ,
294
- .content .fnname {}
295
282
pre .rust .kw {}
296
- pre .rust .self , pre .rust .bool-val , pre .rust .prelude-val , pre .rust .attribute {}
297
- .content span .foreigntype , .content a .foreigntype {}
298
- .stab .deprecated {}
299
- .content a .attr , .content a .derive , .content a .macro {}
300
- .stab .portability {}
301
- .content span .primitive , .content a .primitive {}
302
- pre .rust .kw-2 , pre .rust .prelude-ty {}
303
- .content span .trait , .content a .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 {}
304
286
305
287
.search-results a : focus span {}
306
288
a .result-trait : focus {}
0 commit comments