File tree 1 file changed +2
-7
lines changed
src/librustdoc/html/static/css
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,6 @@ h1.fqn {
163
163
padding-bottom : 6px ;
164
164
margin-bottom : 15px ;
165
165
}
166
- .main-heading a : hover {
167
- text-decoration : underline;
168
- }
169
166
# toggle-all-docs {
170
167
text-decoration : none;
171
168
}
@@ -584,10 +581,6 @@ pre.example-line-numbers {
584
581
border-bottom-left-radius : 5px ;
585
582
}
586
583
587
- .example-wrap > pre .rust a : hover {
588
- text-decoration : underline;
589
- }
590
-
591
584
.src-line-numbers {
592
585
text-align : right;
593
586
}
@@ -767,6 +760,8 @@ h2.small-section-header > .anchor {
767
760
content : '§' ;
768
761
}
769
762
763
+ .main-heading a : hover ,
764
+ .example-wrap > pre .rust a : hover ,
770
765
.all-items a : hover ,
771
766
.docblock a : not (.test-arrow ): not (.scrape-help ): hover ,
772
767
.docblock-short a : not (.test-arrow ): not (.scrape-help ): hover ,
You can’t perform that action at this time.
0 commit comments