File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 374
374
color : # 000 ;
375
375
background : transparent;
376
376
}
377
- .docblock a { color : # 4e8bca ; }
378
- .docblock a : hover { text-decoration : underline; }
377
+
378
+ .docblock a {
379
+ color : # 4e8bca ;
380
+ }
381
+
382
+ .docblock a : hover {
383
+ text-decoration : underline;
384
+ }
379
385
380
386
.content span .trait , .content a .trait , .block a .current .trait { color : # ed9603 ; }
381
387
.content span .mod , .content a .mod , block a .current .mod { color : # 4d76ae ; }
@@ -529,10 +535,19 @@ pre.rust { position: relative; }
529
535
margin : 0 0 -5px ;
530
536
padding : 0 ;
531
537
}
538
+
532
539
.section-header : hover a : after {
533
540
content : '\2002\00a7\2002' ;
534
541
}
535
542
543
+ .section-header : hover a {
544
+ text-decoration : none;
545
+ }
546
+
547
+ .section-header a {
548
+ color : inherit;
549
+ }
550
+
536
551
.collapse-toggle {
537
552
font-weight : 300 ;
538
553
position : absolute;
You can’t perform that action at this time.
0 commit comments