File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/librustdoc/html/static Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 561561 content : '\2002\00a7\2002' ;
562562}
563563
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 {
565566 text-decoration : underline;
566567}
567568
Original file line number Diff line number Diff line change 163163 color : # ddd ;
164164}
165165
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 {
167168 color : # D2991D ;
168169}
169170
Original file line number Diff line number Diff line change 163163 color : # 000 ;
164164}
165165
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 {
167168 color : # 3873AD ;
168169}
169170
You can’t perform that action at this time.
0 commit comments