File tree 3 files changed +6
-3
lines changed
src/librustdoc/html/static
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 561
561
content : '\2002\00a7\2002' ;
562
562
}
563
563
564
- .docblock a : not (.srclink ): hover , .docblock-short a : not (.srclink ): hover , .stability a {
564
+ .docblock a : not (.srclink ): not (.test-arrow ): hover ,
565
+ .docblock-short a : not (.srclink ): not (.test-arrow ): hover , .stability a {
565
566
text-decoration : underline;
566
567
}
567
568
Original file line number Diff line number Diff line change 163
163
color : # ddd ;
164
164
}
165
165
166
- .docblock a : not (.srclink ), .docblock-short a : not (.srclink ), .stability a {
166
+ .docblock a : not (.srclink ): not (.test-arrow ), .docblock-short a : not (.srclink ): not (.test-arrow ),
167
+ .stability a {
167
168
color : # D2991D ;
168
169
}
169
170
Original file line number Diff line number Diff line change 163
163
color : # 000 ;
164
164
}
165
165
166
- .docblock a : not (.srclink ), .docblock-short a : not (.srclink ), .stability a {
166
+ .docblock a : not (.srclink ): not (.test-arrow ), .docblock-short a : not (.srclink ): not (.test-arrow ),
167
+ .stability a {
167
168
color : # 3873AD ;
168
169
}
169
170
You can’t perform that action at this time.
0 commit comments