File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def visit_aiterinfo_node(self: HTML5Translator, node: aiter):
4242
4343 self .body .append ("<em>await </em>" )
4444 self .body .append (self .starttag (node , "span" , CLASS = "sig-name" ))
45- self .body .append (f"{ dot } { node ['python-name' ]} ()</span>" )
45+ self .body .append (f"{ dot } { node ['python-name' ]} (... )</span>" )
4646
4747 self .body .append (self .starttag (node , "span" ))
4848 self .body .append (" -> " )
@@ -60,7 +60,7 @@ def visit_aiterinfo_node(self: HTML5Translator, node: aiter):
6060
6161 self .body .append ("<em>async for</em> item in " )
6262 self .body .append (self .starttag (node , "span" , CLASS = "sig-name" ))
63- self .body .append (f"{ dot } { node ['python-name' ]} ()" )
63+ self .body .append (f"{ dot } { node ['python-name' ]} (... )" )
6464 self .body .append ("</span>" )
6565 self .body .append (":" )
6666
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ a > code {
253253 padding-left : 1rem ;
254254 font-size : 0.9em ;
255255 font-weight : 400 ;
256- border-left : 2 px solid var (--color-links--light );
256+ border-left : 4 px solid var (--color-warning-background--title );
257257 line-height : 1.6 ;
258258}
259259
@@ -268,10 +268,6 @@ body.theme-dark {
268268}
269269
270270body .theme-dark {
271- .sig-usagetable {
272- border-left : 2px solid var (--color-links--dark )!important ;
273- }
274-
275271 code {
276272 color : # cb7f90!important ;
277273 background-color : var (--color-background-dim--dark );
You can’t perform that action at this time.
0 commit comments